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

worksheet

(0.11 sec)
  1. Aspose::Cells::ProtectionType enum | Aspose.Cel...

    Aspose::Cells::ProtectionType enum. Represents workbook/Worksheet protection type in C++....enum Represents workbook/worksheet protection type. enum class...protect contents, used in Worksheet protection. Objects 2 Represents...

    reference.aspose.com/cells/cpp/aspose.cells/pro...
  2. 在Jython中向新的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....Adding a new worksheet to the Workbook object worksheets = workbook...sheetIndex = worksheets . add () worksheet = worksheets . get ( sheetIndex...

    docs.aspose.com/cells/zh/java/adding-worksheets...
  3. 设置工作表缩放比例|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/set-worksheet-zoom...
  4. 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....//Access first worksheet Worksheet worksheet = workbook . getWorksheets...//Add 10 in cell A1 and A2 worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Find Value in Cells|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...workbook . Worksheets [ 0 ]; //Finding the cell containing the specified...

    docs.aspose.com/cells/net/find-value-in-cells/
  6. Aspose::Cells::ColumnCollection class | Aspose....

    Aspose::Cells::ColumnCollection class. Collection of the Column objects that represent the individual column(setting)s in a Worksheet. The Column object only represents the settings such as column width, styles, .etc. for the whole column, has nothing to do with the fact that there are non-empty cells(data) or not in corresponding column. And the "Count" of this collection only represents the count Column objects that have been instantiated in this collection, has nothing to do with the fact that there are non-empty cells(data) or not in the Worksheet in C++....individual column(setting)s in a worksheet. The Column object only represents...cells(data) or not in the worksheet. class ColumnCollection Methods...

    reference.aspose.com/cells/cpp/aspose.cells/col...
  7. Item | Aspose.Cells for .NET API 参考

    获取Worksheetaspose.cells/Worksheet指定索引处的元素...(1 of 2) 获取 Worksheet 指定索引处的元素。 public Worksheet this [ int index...返回值 指定索引处的元素。 也可以看看 class Worksheet class WorksheetCollection...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  8. Limitations and API Differences|Documentation

    Aspose.Cells for PHP via Java limitations and api differences....WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...worksheet = worksheets . get ( 0 ); Cell cell = worksheet . getCells...

    docs.aspose.com/cells/phpjava/limitations-and-a...
  9. Find Value in Cells using Aspose.Cells|Document...

    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/java/find-value-in-cells-...
  10. Protect Cells|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....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/protect-cells/