Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 41,424 for

worksheet

(0.48 sec)
  1. Hiding and Showing Rows and Columns|Documentation

    This article shows how to Hide and Show Rows and Columns by the Aspose.Cells for Python via .NET API....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/python-net/hiding-and-sho...
  2. IChartDataWorksheetCollection | Aspose.Slides f...

    Represents the collection of Worksheets of chart data workbook....Represents the collection of worksheets of chart data workbook. Example:...for (IChartDataWorksheet worksheet : workbook.getWorksheets())...

    reference.aspose.com/slides/androidjava/com.asp...
  3. SignatureLine | Aspose.Cells for .NET API 参考

    获取并设置签名行...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; /...它是“B2”单元格 int imgIndex = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/zh/net/aspose.cells....
  4. Copy Sheet Within Workbook|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....involved for copying and moving worksheets within or between workbooks...addCopy(), that is used to add a worksheet to the collection and copy...

    docs.aspose.com/cells/java/copy-sheet-within-wo...
  5. Insert | Aspose.Cells for .NET API 参考

    插入工作表... public Worksheet Insert ( int index , SheetType...返回值 返回插入的工作表。 也可以看看 class Worksheet enum SheetType class WorksheetCollection...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  6. 在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....the first worksheet in the Excel file $worksheets = $workbook...getWorksheets (); $worksheet = $worksheets -> get ( 0 ); //Hiding...

    docs.aspose.com/cells/zh/java/display-or-hide-g...
  7. 在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....workbook ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  8. 在xlsx4j中查找单元格中的值|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....first worksheet in the Excel file Worksheet worksheet = workbook...specified formula Cells cells = worksheet . getCells (); //Instantiate...

    docs.aspose.com/cells/zh/java/find-value-in-cel...
  9. Insert a Picture Based on Cell Reference|Docume...

    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....displaying the contents of a worksheet cell in an image shape. You...object. Add a picture to the worksheet by calling the AddPicture...

    docs.aspose.com/cells/net/insert-a-picture-base...
  10. OriginalHeightInch | Aspose.Cells for .NET API 参考

    获取图片的原始高度单位为英寸...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; /...它是“B2”单元格 int imgIndex = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/zh/net/aspose.cells....