Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 41,187 for

worksheet

(0.07 sec)
  1. Public API Changes in Aspose.Cells 8.4.0|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....first worksheet Worksheet worksheet = workbook . Worksheets [ 0...object PivotTable pivotTable = worksheet . PivotTables [ 0 ]; //Remove...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. SheetPrintingPreview | Aspose.Cells for .NET AP...

    SheetPrintingPreview 的构造...public SheetPrintingPreview ( Worksheet sheet , ImageOrPrintOptions...options ) 范围 类型 描述 sheet Worksheet 指明要打印的电子表格。 options ImageOrPrintOptions...

    reference.aspose.com/cells/zh/net/aspose.cells....
  3. protection property | Aspose.Cells for Python v...

    protection property protection property Represents the various types of protection options available for a Worksheet.......protection options available for a worksheet. Supports advanced protection...This property can protect worksheet in all versions of Excel file...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Public API Changes in Aspose.Cells 8.4.0|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....//Access the first worksheet Worksheet worksheet = workbook . getWorksheets...object PivotTable pivotTable = worksheet . getPivotTables (). get (...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. QueryTable | Aspose.Cells for .NET API 参考

    代表QueryTable信息...//获取第一个工作表的引用 Worksheet worksheet = workbook . Worksheets [ 0 ]; //获取工作表中的第一个查询表...//获取工作表中的第一个查询表 QueryTable qt = worksheet . QueryTables [ 0 ]; //获取查询表的显示地址。...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  6. Public API Changes in Aspose.Cells 8.7.1|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....first worksheet Worksheet worksheet = workbook . Worksheets [ 0...A2 worksheet . Cells [ "A1" ]. PutValue ( 10 ); worksheet . Cells...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. Protect Cells|Documentation

    This article introduces how to protect cells in GridWeb....selected range of cells in a worksheet. Protecting Cells Aspose.Cells...cells in a worksheet to read only, call the worksheet’s SetAllCellsReadonly...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. 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...
  9. 向单元格添加超链接|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 objSheet = ( Excel . Worksheet ) objBook...First sheet. Worksheet worksheet = workbook . Worksheets [ 0 ]; //Define...

    docs.aspose.com/cells/zh/net/add-hyperlinks-to-...
  10. 检索单元格的值|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....a reference to the first worksheet. Sheet theSheet = wbPart ...Retrieve a reference to the worksheet part. WorksheetPart wsPart...

    docs.aspose.com/cells/zh/net/retrieve-the-value...