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

worksheet

(0.12 sec)
  1. Change Chart Position and Size|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....xls" ); Worksheet worksheet = workbook . getWorksheets...chart from source worksheet Chart chart = worksheet . getCharts ()...

    docs.aspose.com/cells/java/change-chart-positio...
  2. SheetType enumeration | Aspose.Cells for Python...

    SheetType enumeration SheetType enumeration Specifies the Worksheet type. The SheetType type exposes the following me......enumeration Specifies the worksheet type. The SheetType type exposes...Description VB Visual Basic module WORKSHEET CHART Chart BIFF4_MACRO BIFF4...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. Aspose::Cells::Slicers::Slicer::GetParent metho...

    Aspose::Cells::Slicers::Slicer::GetParent method. Returns the Worksheet object that represents the sheet that contains the slicer. Read-only in C++....Slicer::GetParent method Returns the Worksheet object that represents the...contains the slicer. Read-only. Worksheet Aspose :: Cells :: Slicers...

    reference.aspose.com/cells/cpp/aspose.cells.sli...
  4. Getting Cell Contents|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...get ( 0 ); Cells cells = worksheet . getCells (); //Access the...

    docs.aspose.com/cells/java/getting-cell-contents/
  5. VbaModuleCollection | Aspose.Cells for Java API...

    Represents the list of...Description add(Worksheet sheet) Adds module for a worksheet. add(int...remove(Worksheet sheet) Removes module for a worksheet. remove(String...

    reference.aspose.com/cells/java/com.aspose.cell...
  6. Public API Changes in Aspose.Cells 8.8.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 first worksheet Worksheet worksheet = workbook . getWorksheets...//Auto fit the sheet columns worksheet . autoFitColumns (); //Save...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. Copying and Moving Worksheets in Python|Documen...

    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 日本語 Copying and Moving Worksheets in Python Contents [ Hide...Copying and Moving Worksheets Copy Worksheets within a Workbook...

    docs.aspose.com/cells/java/copying-and-moving-w...
  8. Create Remove and Get GridCell Comments|Documen...

    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....comments inside the GridWeb worksheet. It is worth noting that GridWeb...the first worksheet of GridWeb. //Access first worksheet of GridWeb...

    docs.aspose.com/cells/net/create-remove-and-get...
  9. border_line_color 属性 | Aspose.Cells for Python ...

    border_line_color 属性 border_line_color 属性 表示图片边框线的颜色。 例子 from aspose.cells import Workbook from aspose.pydrawing impo......= Workbook () worksheet = workbook . worksheets [ 0 ] # Adding...in the worksheet. It is "B2" cell imgIndex = worksheet . pictures...

    reference.aspose.com/cells/python-net/zh/aspose...
  10. Freeze Panes in Ruby|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) \ # Applying...

    docs.aspose.com/cells/java/freeze-panes-in-ruby/