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

worksheet

(1.32 sec)
  1. Data Binding|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....Binding Feature in Worksheets Binding Worksheet to a DataSet using...using GridWebs Worksheets Designer Creating Hierarchical View Sheet...

    docs.aspose.com/cells/net/data-binding/
  2. Grouping and Ungrouping Rows and Columns|Docume...

    This article shows how to Group and Ungroup Rows and Columns by the Aspose.Cells for Python via .NET API....headings for sections in a worksheet, or you can use the symbols...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/grouping-and-u...
  3. Creating a Named Range|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....name for several ranges in a worksheet. Descriptive range names help...a named range: Set up the worksheet: Instantiate an Application...

    docs.aspose.com/cells/net/creating-a-named-range/
  4. RowCollection class | Aspose.Cells for Python v...

    RowCollection class RowCollection class Collects the Row objects that represent the individual rows in a Worksheet. T......the individual rows in a worksheet. The RowCollection type exposes...the first worksheet worksheet = workbook . worksheets [ 0 ] # Get...

    reference.aspose.com/cells/python-net/aspose.ce...
  5. QueryTable类 | Aspose.Cells for Python via .NET ...

    QueryTable类 QueryTable类 代表QueryTable信息。 QueryTable 类型公开了以下成员: 特性 属性 描述 connection_id 获取查询表的连接 ID。 external_connection......the first worksheet worksheet = workbook . worksheets [ 0 ] # Getting...query table in the worksheet qt = worksheet . query_tables [ 0...

    reference.aspose.com/cells/python-net/zh/aspose...
  6. BorderLineColor | Aspose.Cells for .NET API 参考

    代表Color图片的边界线...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; /...它是“B2”单元格 int imgIndex = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/zh/net/aspose.cells....
  7. OriginalWidth | Aspose.Cells for .NET API 参考

    获取图片的原始宽度...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; /...它是“B2”单元格 int imgIndex = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/zh/net/aspose.cells....
  8. signature_line property | Aspose.Cells for Pyth...

    signature_line property signature_line property Gets and sets the signature line Example from aspose.cells import Wor......= Workbook () worksheet = workbook . worksheets [ 0 ] # Adding...in the worksheet. It is "B2" cell imgIndex = worksheet . pictures...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. HtmlTableLoadOption | Aspose.Cells for Java API...

    Represents the option when import table from html....Gets the original index of worksheet in the html. getTableIndex()...Gets the target index of worksheet where the table is to be located...

    reference.aspose.com/cells/java/com.aspose.cell...
  10. 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/