Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 41,184 for

worksheet

(0.08 sec)
  1. Public API Changes in Aspose.Cells 8.3.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....//Access the first worksheet Worksheet worksheet = workbook . getWorksheets...//Access the chart Chart chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. Class CellControlEventArgs | Aspose.Cells for ....

    Aspose.Cells.GridDesktop.CellControlEventArgs class. Provides data for cell control events...index of worksheet. Row { get; } Gets row index of worksheet. See...

    reference.aspose.com/cells/net/aspose.cells.gri...
  3. Worksheet.FrozenCols | Aspose.Cells for .NET AP...

    Worksheet property. Gets or sets Worksheets frozen column count. Frozen will start at first column...Worksheet.FrozenCols Worksheet.FrozenCols property Gets or sets...sets Worksheet’s frozen column count. Frozen will start at first...

    reference.aspose.com/cells/net/aspose.cells.gri...
  4. ColumnCollection | Aspose.Cells for .NET API 参考

    的集合表示工作表中各个列设置的对象 Column 对象仅表示列宽样式等设置对于整列 与对应列中是否存在非空单元格数据无关 并且该集合的计数仅表示在此实例化的计数列对象集合 与工作表中是否存在非空单元格数据无关...//获取第一个工作表的引用 Worksheet worksheet = workbook . Worksheets [ 0 ]; //向工作簿添加新样式...i = 0 ; i < 10 ; i ++) { worksheet . Cells . Columns [ i ]. Width...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  5. AllowEditRanges are not copied with worksheet.c...

    Hello, It appears that when you copy a Worksheet the Allow Edit Ranges section in Excel is not copied to the new Worksheet. Code sample below with a source and output file attached. Note that cell C2 on Sheet1 is editab…...AllowEditRanges are not copied with worksheet.copy() Aspose.Cells Product...appears that when you copy a worksheet the Allow Edit Ranges section...

    forum.aspose.com/t/alloweditranges-are-not-copi...
  6. SheetPrintingPreview class | Aspose.Cells for P...

    SheetPrintingPreview class SheetPrintingPreview class Worksheet printing preview. The SheetPrintingPreview type expos......SheetPrintingPreview class Worksheet printing preview. The SheetPrintingPreview...total page count of this worksheet See Also module aspose.cells...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. Aspose::Cells::WorkbookSettings::SetEnableMacro...

    Aspose::Cells::WorkbookSettings::SetEnableMacros method. Enable macros; in C++....works when copying a worksheet to other worksheet in a workbook. See...

    reference.aspose.com/cells/cpp/aspose.cells/wor...
  8. Protect and lock XLS document via .NET | produc...

    C# source code to lock XLS file using password on .NET Framework, .NET Core, Mono or Xamarin Platforms....or any Worksheet to add protection Protect Worksheet with Worksheet...the first worksheet var worksheet = book.Worksheets[ 0 ]; // protect...

    products.aspose.com/cells/net/protect/xls/
  9. Hierarchy Grid export to excel - Aspose.Cells P...

    Hi! Aspose team, I want to export Hierarchy grid to excel. I am trying to achieve it by grouping the rows feature of aspose cells for java. But for Parent in the hierarchy I need to give extra empty cell range to make…...first worksheet in the Excel file Worksheet worksheet = workbook...getWorksheets().get(0); Cells cells = worksheet.getCells(); Cell cell1 = cells...

    forum.aspose.com/t/hierarchy-grid-export-to-exc...
  10. 在PHP中向新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....()); $worksheets = $ptr -> Get ( $workbook , "Worksheets" , array...array ()); $worksheet_index = $ptr -> Call ( $worksheets , "Add_2"...

    docs.aspose.com/cells/zh/net/add-worksheets-to-...