Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 18,995 for

rows

(0.4 sec)
  1. TableCollection.to_array method | Aspose.Words ...

    TableCollection.to_array method. Copies all tables from the collection to a new array of tables....of Table { i } ' ) rows = tables [ i ] . rows # We can use the...the "ToArray" method on a row collection to clone it into an array...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CellVerticalAlignment enumeration | Aspose.Word...

    Aspose.Words.Tables.CellVerticalAlignment enumeration. Specifies vertical justification of text inside a table cell.... write ( "Row 1, cell 1." ); builder . insertCell...insertCell (); builder . write ( "Row 1, cell 2." ); builder . endRow...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Tables::RowCollection::ToArray m...

    Aspose::Words::Tables::RowCollection::ToArray method. Copies all Rows from the collection to a new array of Rows in C++....Copies all rows from the collection to a new array of rows. System...Aspose :: Words :: Tables :: Row >> Aspose :: Words :: Tables...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Aspose.Cells Product Family

    Find answers about creating, editing, and converting, Excel spreadsheets without requiring Microsoft Excel....Repeated Rows in Excel using Java Remove Duplicate Rows in Excel...Remove Duplicate Rows in Excel with Python Group Rows in Excel with...

    kb.aspose.com/cells/page/4/
  5. CellVerticalAlignment enumeration | Aspose.Word...

    aspose.words.tables.CellVerticalAlignment enumeration. Specifies vertical justification of text inside a table cell.... write ( 'Row 1, cell 1.' ) builder . insert_cell...builder . write ( 'Row 1, cell 2.' ) builder . end_row () # While building...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Table.last_row property | Aspose.Words for Python

    Table.last_row property. Returns the last [Row](../../row/) node in the table....last_row property Table.last_row property Returns the last Row...def last_row ( self ) -> aspose . words . tables . Row : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.RowFormat | Aspose.Words for .NET

    Explore the DocumentBuilder RowFormat property to easily access and customize table row formatting for enhanced document design and presentation....that represents current table row formatting properties. public...Examples Shows how to format rows with a document builder. Document...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Join Tables in C++|Aspose.Words for C++

    Advanced table manipulations. How to merge two tables into one C++. Join tables using C++....Model, is made up of independent rows and cells, making it easy to...table, we just need to move the rows from the second table to the...

    docs.aspose.com/words/cpp/join-tables/
  9. MailMergerContext.SetRegionsDataSource | Aspose...

    Enhance your mail merge efficiency with the MailMergerContext SetRegionsDataSource method to seamlessly set your data source for regions.... Rows . Add ( new object [] { "John"..."John" , "Doe" }); dataTable . Rows . Add ( new object [] { "" ...

    reference.aspose.com/words/net/aspose.words.low...
  10. DocumentBuilder.row_format property | Aspose.Wo...

    DocumentBuilder.row_format property. Returns an object that represents current table row formatting properties....row_format property DocumentBuilder.row_format property Returns...current table row formatting properties. @property def row_format (...

    reference.aspose.com/words/python-net/aspose.wo...