Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 18,995 for

rows

(0.2 sec)
  1. Row.ParentTable | Aspose.Words for .NET

    Discover the Row ParentTable property to easily access the immediate parent table of any row, enhancing your data management and analysis....ParentTable Contents [ Hide ] Row.ParentTable property Returns...immediate parent table of the row. public Table ParentTable { get...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Working with Traditional Mail Merge Data Source...

    Use simplified syntax in template expressions to work with traditional Aspose.Words Mail Merge data source objects when building a report in C#....expressions as enumerations of their rows. That is, you can use template...instance, you can count its rows using the following syntax....

    docs.aspose.com/words/net/working-with-mail-mer...
  3. 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...
  4. 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...
  5. FieldSkipIf Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldSkipIf class to efficiently implement SKIPIF fields, enhancing document automation and flexibility in your projects.... If the current row of a mail merge operation fulfills...operation aborts the current row, // discards the current merge...

    reference.aspose.com/words/net/aspose.words.fie...
  6. MailMerger.ExecuteWithRegions | Aspose.Words fo...

    Streamline your document creation with MailMerger's ExecuteWithRegions method. Effortlessly merge DataTables into documents using customizable regions.... Rows . Add ( new object [] { "John"..."John" , "Doe" }); dataTable . Rows . Add ( new object [] { "" ...

    reference.aspose.com/words/net/aspose.words.low...
  7. 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...
  8. 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...
  9. Insert Hyperlinks into Excel or OpenOffice|Docu...

    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.... Number of rows, the number of rows in this hyperlink...added to. Number of rows, the number of rows in this hyperlink...

    docs.aspose.com/cells/java/insert-hyperlinks-to...
  10. 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...