Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 41,424 for

worksheet

(0.27 sec)
  1. Aspose::Cells::Cell::GetWorksheet method | Aspo...

    Aspose::Cells::Cell::GetWorksheet method. Gets the parent Worksheet in C++....method Gets the parent worksheet. Worksheet Aspose :: Cells :: Cell...GetWorksheet () See Also Class Worksheet Class Cell Namespace Aspose::Cells...

    reference.aspose.com/cells/cpp/aspose.cells/cel...
  2. 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/...
  3. Chart Rendering|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 which is created by default Worksheet worksheet...Adding sample values to cells worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/chart-rendering/
  4. 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...
  5. Aspose.Cells 8.3.1中的公共API更改|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....//Access the first worksheet Worksheet worksheet = workbook . getWorksheets...chart inside the worksheet Chart chart = worksheet . getCharts ()...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. Aspose.Cells 8.5.2中的公共API更改|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 Worksheet worksheet = workbook . Worksheets [ 0...OnePagePerSheet = true ; //Render worksheet to graphics context SheetRender...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. How can I create an image of a Pivot Table? - F...

    I need to create an image snapshot of a pivot table in an excel spreadsheet. I used the toImage() method of a chart to create an image of a chart, but I don't see a comparable method on pivot table....image of entire worksheet or part of worksheet. So, if you want...the image of the part of worksheet where your pivot table lies...

    forum.aspose.com/t/how-can-i-create-an-image-of...
  8. Working with Freeze Panes|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 ]; worksheet . FreezePanes ( 2 , 2 , 2...

    docs.aspose.com/cells/net/working-with-freeze-p...
  9. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel Worksheet using sample code. You will also learn how to programmatically set the margins for the page centre, the header and footer margins of Page Setup using the C# API or .NET Library....configure page setup settings for worksheets to control the printing process...Workbook class contains the Worksheets collection that allows access...

    docs.aspose.com/cells/net/setting-margins/
  10. Printing Workbooks in xlsx4j|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....want to print the entire worksheet area unless you specify your...your selection. Printing Worksheet Java //Instantiate a new workbook...

    docs.aspose.com/cells/java/printing-workbooks-i...