Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 19,159 for

rows

(0.28 sec)
  1. TableCollection class | Aspose.Words for Python

    aspose.words.tables.TableCollection class. Provides typed access to a collection of [Table](../table/) nodes...to remove the first and last rows of all tables in a document...assertEqual ( 5 , tables [ 0 ] . rows . count ) self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Drawing::TextPath::get_ReverseRo...

    Aspose::Words::Drawing::TextPath::get_ReverseRows method. Determines whether the layout order of Rows is reversed in C++....whether the layout order of rows is reversed. bool Aspose ::...If true , the layout order of rows is reversed. This attribute...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Working with DataTable Row Objects in Java|Aspo...

    Use simplified syntax in template expressions to work with DataTable row objects when building a report in Java....Ask AI Working with DataTable Row Objects Contents [ Hide ] LINQ...with a particular DataTable row instance in template expressions...

    docs.aspose.com/words/java/working-with-datatab...
  4. TableCollection class | Aspose.Words for Node.js

    Aspose.Words.Tables.TableCollection class. Provides typed access to a collection of [Table](../../aspose.words/table/) nodes...to remove the first and last rows of all tables in a document...toArray (); expect ( tables [ 0 ]. rows . count ). toEqual ( 5 ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Cell.cellFormat property | Aspose.Words for Nod...

    Cell.cellFormat property. Provides access to the formatting properties of the cell....how to modify the format of rows and cells in a table. let doc...endTable (); // Use the first row's "RowFormat" property to modify...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CellCollection class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellCollection class. Provides typed access to a collection of [Cell](../cell/) nodes...${ i } ` ); let rows = tables . at ( i ). rows ; for ( let j =...= 0 ; j < rows . count ; j ++ ) { console . log ( `\tStart of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. How to Set Print Titles with JavaScript via C++...

    This article shows you how to set print titles using the Aspose.Cells library for JavaScript via C++....Excel ensures that specific rows or columns are repeated on every...information, such as column headers or row labels, is always visible maintains...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  8. Adjust Row Height in Excel using Java

    This article guides on how to adjust row height in Excel using Java. It has the steps and a runnable sample code to change cell height in Excel using Java....TeX Product Family Adjust Row Height in Excel using Java This...describes the process to adjust row height in Excel using Java ....

    kb.aspose.com/cells/java/adjust-row-height-in-e...
  9. Freeze Panes in Apache POI and Aspose.Cells|Doc...

    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....the following parameters: Row , the row index of the cell that the...from. Frozen rows , the number of visible rows in the top pane...

    docs.aspose.com/cells/java/freeze-panes-in-apac...
  10. Set Print Titles|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....Cells allows you to designate row and column headers to repeat...PrintTitleRows properties. The rows or columns that will be repeated...

    docs.aspose.com/cells/net/set-print-titles/