Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 41,196 for

worksheet

(0.08 sec)
  1. Find Specific Word Occurrence|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....string myPath = "List All Worksheets in a Workbook.xls" ; //Open...Excel . Worksheet Worksheet = ThisWorkbook . Worksheets [ "Sheet1"...

    docs.aspose.com/cells/net/find-specific-word-oc...
  2. Creating a Table|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/creating-a-list-object/
  3. axis - Aspose.Cells for PHP via Java - API Refe...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WorkbookRender WorkbookSettings Worksheet WorksheetCollection WriteProtection...cells\Workbook(); //Adding a new worksheet to the Excel object $sheetIndex...

    reference.aspose.com/cells/php/aspose.cells/axis
  4. Adjusting Row Height and Column Width|Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/cpp/adjusting-row-height-...
  5. ProtectionType enumeration | Aspose.Cells for P...

    ProtectionType enumeration ProtectionType enumeration Represents workbook/Worksheet protection type. The ProtectionTy......enumeration Represents workbook/worksheet protection type. The ProtectionType...protect contents, used in Worksheet protection. OBJECTS Represents...

    reference.aspose.com/cells/python-net/aspose.ce...
  6. 在工作表中添加注释|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Workbook (); //Adding a new worksheet to the Workbook object int...int sheetIndex = workbook . Worksheets . Add (); //Obtaining the...

    docs.aspose.com/cells/zh/net/add-comment-in-wor...
  7. Enum ProtectionType | Aspose.Cells for .NET API...

    Aspose.Cells.ProtectionType enum. Represents workbook/Worksheet protection type...enumeration Represents workbook/worksheet protection type. public enum...protect contents, used in Worksheet protection. Objects 2 Represents...

    reference.aspose.com/cells/net/aspose.cells/pro...
  8. Aspose::Cells::ProtectionType enum | Aspose.Cel...

    Aspose::Cells::ProtectionType enum. Represents workbook/Worksheet protection type in C++....enum Represents workbook/worksheet protection type. enum class...protect contents, used in Worksheet protection. Objects 2 Represents...

    reference.aspose.com/cells/cpp/aspose.cells/pro...
  9. Hiding and Showing Rows and Columns|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....certain rows or columns of the worksheet and then display them later...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  10. 在Jython中向新的Excel文件添加工作表|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Adding a new worksheet to the Workbook object worksheets = workbook...sheetIndex = worksheets . add () worksheet = worksheets . get ( sheetIndex...

    docs.aspose.com/cells/zh/java/adding-worksheets...