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

worksheet

(0.26 sec)
  1. 创建一个电子表格文档|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/zh/net/create-a-spreadshe...
  2. Public API Changes in Aspose.Cells 8.5.2|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.... Added APIs Render Worksheet to Graphic Context This release...first worksheet Worksheet worksheet = workbook . Worksheets [ 0...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. ProtectionType.All does not work as intended in...

    I’m trying to protect a workbook using ProtectionType.All but the workbook is not protected. I can still change cell content. Sample code: var workbook = new Workbook(); workbook.Protect(ProtectionType.All, "Test"); wo…...objects inside worksheet, you need to protect worksheet, see the document...Unprotect Worksheet Protect and unprotect worksheet of Excel files...

    forum.aspose.com/t/protectiontype-all-does-not-...
  4. 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/java/com.aspose.sli...
  5. Public API Changes in Aspose.Cells 8.4.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....//Access first worksheet Aspose . Cells . Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Access the first chart inside the...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. Copy Shapes between Worksheets in Aspose.Cells|...

    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....Türkçe 日本語 Copy Shapes between Worksheets in Aspose.Cells Contents...need to copy elements on a worksheet, for example pictures, charts...

    docs.aspose.com/cells/net/copy-shapes-between-w...
  7. Class Name | Aspose.Cells for .NET API Reference

    Aspose.Cells.Name class. Represents a defined name for a range of cells...name belongs to Workbook or Worksheet. 0 = Global name, otherwise...first worksheet in the Excel file Worksheet worksheet = workbook...

    reference.aspose.com/cells/net/aspose.cells/name/
  8. Trendline类 | Aspose.Cells for Python via .NET A...

    Trendline类 Trendline类 代表图表中的趋势线。 继承: Trendline → Line Trendline 类型公开了以下成员: 特性 属性 描述 compound_type 指定复合线型 dash_type 指定......Workbook () # Adding a new worksheet to the Excel object sheetIndex...sheetIndex = workbook . worksheets . add () # Obtaining the reference...

    reference.aspose.com/cells/python-net/zh/aspose...
  9. GridSheetPrintingPreview.GridSheetPrintingPrevi...

    GridSheetPrintingPreview constructor. The construct of SheetPrintingPreview...public GridSheetPrintingPre ( Worksheet sheet , GridImageOrPrintOpti...Parameter Type Description sheet Worksheet Indicate which spreadsheet...

    reference.aspose.com/cells/net/aspose.cells.gri...
  10. Filter Data|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....select only those items in a worksheet that you want to display in...Working with Filters Use the worksheet AddAutoFilter method to enable...

    docs.aspose.com/cells/net/filter-data/