Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 18,768 for

rows

(0.16 sec)
  1. Get Cells Index with C++|Documentation

    Learn how to get row or column index by the name of a row, column, or cell. Convert the name of the cell to row and column indices (zero‑based) using Aspose.Cells with C++.... You may want to know which row and column a particular cell...worksheet by row and column index, you must know the row and column...

    docs.aspose.com/cells/cpp/get-cells-index/
  2. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java....Table {0}", i)); RowCollection rows = tables.get(i).getRows(); for...for (int j = 0; j < rows.getCount(); j++) { System.out.println(MessageFormat...

    reference.aspose.com/words/java/com.aspose.word...
  3. NodeCollection.Count | Aspose.Words for .NET

    Discover the NodeCollection Count property to easily access the total number of nodes in your collection, enhancing data management and efficiency....foreach ( Row row in table . Rows ) { foreach ( Cell Cell in row . Cells...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Formatting Pivot Table|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....including adding grand totals for rows and columns. Setting PivotFields...for row fields, column fields and page fields. Setting Row, Column...

    docs.aspose.com/cells/java/formatting-pivot-table/
  5. Show and Hide Worksheets and Tabs|Documentation

    This article provides sample code for using the Aspose.Cells for Python via .NET API to programmatically display and hide an Excel worksheet, as well as how to show and hide Excel workbook tabs....Assistant Close Show and Hide Rows Columns and Scroll Bars Analyzing...

    docs.aspose.com/cells/python-net/show-and-hide-...
  6. Wrong Decimal Separator in CSS Properties when ...

    Hello, when using the new option IsBorderCollapsed the properties in css for transform are set with wrong decimal separators. Eg: transform: rotate(-90deg) skew(-22,5deg); System Language is German. CultureInfo of th…...Decimal Separator in CSS for Fixed Rows When Exporting XLSX to HTML...

    forum.aspose.com/t/wrong-decimal-separator-in-c...
  7. 档案

    档案...Body; // 指定列和行 var cols = 3; var rows = 2; var isFirstRowHeader =...AppendChild(th); } for (int i = 0; i < rows - 1; i++) { // 创建表行 var dataTr...

    blog.aspose.com/zh/html/create-html-table-in-cs...
  8. CompatibilityOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Settings.CompatibilityOptions for seamless integration of user preferences from Microsoft Word's Compatibility tab. Enhance your document experience!...AlignTablesRowByRow { get; set; } Align Table Rows Independently. AllowSpaceOfSameStyl...get; set; } Don’t Break Table Rows Around Floating Tables. DoNotBreakWrappedTab...

    reference.aspose.com/words/net/aspose.words.set...
  9. Grouping Data|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....by field(s) and place summary rows in between data sets or data...

    docs.aspose.com/cells/net/grouping-data/
  10. How to Convert Excel to Array in Java

    In this tutorial you will learn how to convert Excel to array in Java with the help of a simple code. Following these steps, you can read values from Excel file and store in array in Java on Windows, Linux, and macOS....of cells along with the total rows and columns that are to be exported...

    kb.aspose.com/cells/java/how-to-convert-excel-t...