Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 14,233 for

rows

(0.03 sec)
  1. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the table....first_row property Table.first_row property Returns the first...first Row node in the table. @property def first_row ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. RowCollection.ToArray | Aspose.Words for .NET

    Effortlessly convert your RowCollection to a new array with the ToArray method, ensuring seamless data management and enhanced performance....Copies all rows from the collection to a new array of rows. public...public Row [] ToArray () Return Value An array of rows. Examples Shows...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Row.cells property | Aspose.Words for Python

    Row.cells property. Provides typed access to the [Cell](../../cell/) child nodes of the row....cells property Row.cells property Provides typed access to the...the Cell child nodes of the row. @property def cells ( self )...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...
  6. 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...
  7. 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...
  8. RowCollection.Item | Aspose.Words for .NET

    Access any Row effortlessly with the RowCollection Item property. Quickly retrieve data at your desired index for seamless data management....indexer Retrieves a Row at the given index. public Row this [ int index...); RowCollection rows = tables [ i ]. Rows ; // We can use the...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Generate Codablock-F Barcodes in C#|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....Overview Codablock-F is a multiple-row stacked symbology that allows...setting the required number rows (from 2 to 44) so that each...

    docs.aspose.com/barcode/net/codablockf-barcodes/
  10. 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...