Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 41,424 for

worksheet

(0.11 sec)
  1. ChartDataWorksheet | Aspose.Sildes for PHP via ...

    ChartDataWorksheet ChartDataWorksheet class Represents Worksheet associated with IChartDataCell getIndex Name Descrip......ChartDataWorksheet class Represents worksheet associated with IChartDataCell...() Gets the index of the worksheet. Read-only int. Returns: int...

    reference.aspose.com/slides/php-java/aspose.sli...
  2. ChartArea | Aspose.Cells for .NET API 参考

    封装代表工作表中图表区域的对象...//获取第一个工作表的引用 Worksheet worksheet = workbook . Worksheets [ 0 ]; //向“A1”单元格添加样本值...//向“A1”单元格添加样本值 worksheet . Cells [ "A1" ]. PutValue ( 50 ); //向“A2”单元格添加样本值...

    reference.aspose.com/cells/zh/net/aspose.cells....
  3. Aspose.Cells 8.4.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....chart collection int idx = worksheet . getCharts (). add ( ChartType...chart instance Chart chart = worksheet . getCharts (). get ( idx...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Output Blank Page when there is Nothing to Prin...

    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....anything when you export worksheet to image. You can change this...an empty worksheet and renders the empty worksheet to an image...

    docs.aspose.com/cells/net/output-blank-page-whe...
  5. Copy | Aspose.Cells for .NET API 参考

    复制图片...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; //插入第一张图片...//插入第一张图片 int imgIndex1 = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/zh/net/aspose.cells....
  6. Creating a Named Range in VSTO and Aspose.Cells...

    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....a named range: Set up the worksheet: Instantiate an Application...Missing . Value ); //Get Worksheets Collection Excel . Sheets...

    docs.aspose.com/cells/net/creating-a-named-rang...
  7. Managing Page Breaks in Jython|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" ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/java/managing-page-breaks...
  8. Changing the Font and Color of a Row or Column|...

    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....of rows and columns of a worksheet. This is a basic level of...customize the view of their worksheets for making them more presentable...

    docs.aspose.com/cells/net/changing-the-font-and...
  9. Manage data of Excel files|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells library....] In Accessing Cells of a Worksheet , we discussed basic approaches...for accessing cells in a worksheet. This article uses one of...

    docs.aspose.com/cells/net/view-and-edit-excel-d...
  10. invert_if_negative 属性 | Aspose.Cells for Python...

    invert_if_negative 属性 invert_if_negative 属性 如果该属性为真且图表点的值为负数, 前景色和背景色将交换。 例子 from aspose.cells import Workbook from a......Workbook () # Adding a new worksheet to the Workbook object sheetIndex...sheetIndex = workbook . worksheets . add () # Obtaining the reference...

    reference.aspose.com/cells/python-net/zh/aspose...