Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 41,149 for

worksheet

(0.08 sec)
  1. Manage TextBox|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....to add/insert TextBox to Worksheet Replace tag with text in a...a textbox inside the Worksheet Access the Text Box by the Name...

    docs.aspose.com/cells/java/managing-textbox-of-...
  2. WorksheetCollection.IndexOf | Aspose.Cells for ...

    WorksheetCollection method. Searches for the specified sheet and returns the zerobased index of the first occurrence within the entire WorksheetCollection... public int IndexOf ( Worksheet sheet ) Parameter Type Description...Description sheet Worksheet The sheet to locate in the WorksheetCollection...

    reference.aspose.com/cells/net/aspose.cells.gri...
  3. Aspose::Cells::SheetType enum | Aspose.Cells fo...

    Aspose::Cells::SheetType enum. Specifies the Worksheet type in C++....SheetType enum Specifies the worksheet type. enum class SheetType...VB 0 Visual Basic module. Worksheet 1 Chart 2 Chart. BIFF4Macro...

    reference.aspose.com/cells/cpp/aspose.cells/she...
  4. 在Python中进行分页预览|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.... getWorksheets () worksheet = worksheets . get ( 0 ) # Displaying...

    docs.aspose.com/cells/zh/java/page-break-previe...
  5. 在Ruby中的缩放因子|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) \ # Setting...

    docs.aspose.com/cells/zh/java/zoom-factor-in-ruby/
  6. 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 in a worksheet and display them later. Microsoft...access each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/hiding-and-showing-ro...
  7. 在Php中取消保护工作表|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....protection 模块的 unprotect_worksheet 方法。 PHP 代码 $filesFormatType...); $worksheets = $workbook -> getWorksheets (); $worksheet = $worksheets...

    docs.aspose.com/cells/zh/java/unprotect-a-works...
  8. 处理页眉和页脚|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 WorksheetCollection...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet...

    docs.aspose.com/cells/zh/net/working-with-heade...
  9. Create a spreadsheet document|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.... Worksheet = new Worksheet ( new SheetData ());...Sheets ()); // Append a new worksheet and associate it with the...

    docs.aspose.com/cells/net/create-a-spreadsheet-...
  10. SheetType | Aspose.Cells for Java API Reference

    Specifies the Worksheet type....class SheetType Specifies the worksheet type. Fields Field Description...CHART Chart DIALOG Dialog worksheet INTERNATIONAL_MACRO International...

    reference.aspose.com/cells/java/com.aspose.cell...