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

worksheet

(0.07 sec)
  1. original_height_inch 属性 | Aspose.Cells for Pyth...

    original_height_inch 属性 original_height_inch 属性 获取图片的原始高度,单位为英寸。 例子 from aspose.cells import Workbook # Instantiating......= Workbook () worksheet = workbook . worksheets [ 0 ] # Adding...in the worksheet. It is "B2" cell imgIndex = worksheet . pictures...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. move method | Aspose.Cells for Python via .NET ...

    move method move Moves the picture to a specified location. def move ( self , upper_left_row , upper_left_column ): .......= Workbook () worksheet = workbook . worksheets [ 0 ] # Adding...in the worksheet. It is "B2" cell imgIndex = worksheet . pictures...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. move方法 | Aspose.Cells for Python via .NET API 参考资料

    move方法 move(upper_left_row, upper_left_column) 将图片移动到指定位置。 def move ( self , upper_left_row , upper_left_column ): ........= Workbook () worksheet = workbook . worksheets [ 0 ] # Adding...in the worksheet. It is "B2" cell imgIndex = worksheet . pictures...

    reference.aspose.com/cells/python-net/zh/aspose...
  4. Public API Changes in Aspose.Cells 8.4.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....first worksheet com . aspose . cells . Worksheet worksheet = workbook...aspose . cells . Chart chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. GridWorksheetCollection | Aspose.Cells for Java...

    Encapsulates a collection of objects....Description add() Adds a worksheet to the collection. add(Object...add(String sheetName) Adds a worksheet to the collection. addCopy(int...

    reference.aspose.com/cells/java/com.aspose.grid...
  6. Working with Headers and Footers|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/net/working-with-headers-...
  7. 使用Apache POI和Aspose.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.... 工作表由Worksheet类表示。Worksheet类提供了广泛的属性和方法来管理工作表。...缩放比例,使用Worksheet类的setZoom方法。 Java Worksheet worksheet = worksheets...

    docs.aspose.com/cells/zh/java/zoom-factor-using...
  8. Aspose::Cells::Charts::Chart::GetWorksheet meth...

    Aspose::Cells::Charts::Chart::GetWorksheet method. Gets the Worksheet which contains this chart in C++....Gets the worksheet which contains this chart. Worksheet Aspose...GetWorksheet () See Also Class Worksheet Class Chart Namespace Aspose::Cells::Charts...

    reference.aspose.com/cells/cpp/aspose.cells.cha...
  9. SheetRender constructor | Aspose.Cells for Pyth...

    SheetRender constructor init the construct of SheetRender, need Worksheet and ImageOrPrintOptions as params def __ini......construct of SheetRender, need worksheet and ImageOrPrintOptions as...params def __init__ ( self , worksheet , options ): ... Parameter...

    reference.aspose.com/cells/python-net/aspose.ce...
  10. Create, Manipulate or Remove Scenarios from Wor...

    In this article, you will learn how to create, manipulate or remove Scenarios from Excel Worksheets programmatically using C# Library with .NET API....or Remove Scenarios from Worksheets Contents [ Hide ] Sometimes...creating a scenario, design the worksheet so that it contains at least...

    docs.aspose.com/cells/net/create-manipulate-or-...