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

worksheet

(0.07 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....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...
  2. 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/
  3. 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...
  4. 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/...
  5. 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...
  6. 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...
  7. 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-...
  8. 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/
  9. Aspose::Cells::Drawing::Picture::SetData method...

    Aspose::Cells::Drawing::Picture::SetData method. Gets the data of the picture in C++....Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...first picture int imgIndex1 = worksheet . GetPictures (). Add ( 1...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  10. Public API Changes in Aspose.Cells 8.5.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....CalculateFormula(CalculationOptions) Worksheet.CalculateFormula(CalculationOptions...//Source worksheet Worksheet srcSheet = workbook . Worksheets [ 0...

    docs.aspose.com/cells/net/public-api-changes-in...