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

worksheet

(0.07 sec)
  1. Aspose::Cells::Drawing::Picture::Move method | ...

    Aspose::Cells::Drawing::Picture::Move method. Moves the picture to a specified location in C++....Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...the worksheet. It is "B2" cell int imgIndex = worksheet . GetPictures...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  2. Insert a chart|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....Given a document name, a worksheet name, a chart title, and a...== 0 ) { // The specified worksheet does not exist. return ; }...

    docs.aspose.com/cells/net/insert-a-chart/
  3. Aspose::Cells::Drawing::Picture::GetBorderLineC...

    Aspose::Cells::Drawing::Picture::GetBorderLineColor method. Represents the System.Drawing.Color of the border line of a picture in C++....Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...the worksheet. It is "B2" cell int imgIndex = worksheet . GetPictures...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  4. IFilePathProvider.GetFullName | Aspose.Cells fo...

    IFilePathProvider method. Gets the full path of the file by Worksheet name when exporting Worksheet to html separately. So the references among the Worksheets can be exported correctly...the file by Worksheet name when exporting Worksheet to html separately...the references among the Worksheets can be exported correctly...

    reference.aspose.com/cells/net/aspose.cells/ifi...
  5. GridWorksheet.Name | Aspose.Cells for .NET API ...

    GridWorksheet property. Gets or sets the name of the Worksheet...Gets or sets the name of the worksheet. public string Name { get...name(case insensitive) to two worksheets. For example, you cannot...

    reference.aspose.com/cells/net/aspose.cells.gri...
  6. Hiding and Showing Rows and Columns in Python|D...

    Learn how to Hide and Show Rows and Columns through the Aspose.Cells for Python Via Java API....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Hiding the...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  7. Hiding and Showing Rows and Columns in Ruby|Doc...

    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 worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () # Hiding the...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  8. 处理颜色|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 . Add (); Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Accessing cell from the worksheet Cell...

    docs.aspose.com/cells/zh/net/working-with-colors/
  9. 在Php中的分页预览|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...getWorksheets (); $worksheet = $worksheets -> get ( 0 ); //Displaying...

    docs.aspose.com/cells/zh/java/page-break-previe...
  10. 插入新工作表|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....FilePath + "Insert a new worksheet.xlsx" ; InsertWorksheet (...newWorksheetPart . Worksheet = new Worksheet ( new SheetData ());...

    docs.aspose.com/cells/zh/net/insert-a-new-works...