Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 18,870 for

rows

(0.24 sec)
  1. Aspose::Words::Tables::TableCollection::ToArray...

    Aspose::Words::Tables::TableCollection::ToArray method. Copies all tables from the collection to a new array of tables in C++....RowCollection > rows = tables -> idx_get ( i ) -> get_Rows (); // We...use the "ToArray" method on a row collection to clone it into an...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. CellCollection class | Aspose.Words for Python

    aspose.words.tables.CellCollection class. Provides typed access to a collection of [Cell](../cell/) nodes...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...
  3. CellCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.CellCollection class for easy, typed access to Cell nodes, enhancing document manipulation and efficiency....); RowCollection 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/net/aspose.words.tab...
  4. CellFormat.orientation property | Aspose.Words ...

    CellFormat.orientation property. Returns or sets the orientation of text in a table cell....builder # will apply them to every row and cell that we add with it...builder . row_format . clear_formatting () builder . row_format...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CellFormat.orientation property | Aspose.Words ...

    CellFormat.orientation property. Returns or sets the orientation of text in a table cell....// will apply them to every row and cell that we add with it...insertCell (); builder . write ( "Row 1, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Table.LastRow | Aspose.Words for .NET

    Discover the Table LastRow property to easily access the final Row node in your table, enhancing data management and efficiency....Returns the last Row node in the table. public Row LastRow { get...to remove the first and last rows of all tables in a document...

    reference.aspose.com/words/net/aspose.words.tab...
  7. Aspose::Words::Tables::CellCollection::ToArray ...

    Aspose::Words::Tables::CellCollection::ToArray method. Copies all cells from the collection to a new array of cells in C++....RowCollection > rows = tables -> idx_get ( i ) -> get_Rows (); // We...use the "ToArray" method on a row collection to clone it into an...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. HeightRule enumeration | Aspose.Words for Node.js

    Aspose.Words.HeightRule enumeration. Specifies the rule for determining the height of an object....Examples Shows how to format rows with a document builder. let... write ( "Row 1, cell 1." ); // Start a second row, and then...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. How to Check Frozen State without Excel with C+...

    In this article, you will learn how to check the frozen state of an Excel worksheet programmatically using C++ with the Aspose.Cells API....window is frozen and how many rows and columns are locked. Please...window panes and to get locked rows and columns with the Worksh...

    docs.aspose.com/cells/cpp/how-to-check-frozen-s...
  10. RowCollection indexer | Aspose.Words for Python

    RowCollection indexer. Retrieves a [Row](../../row/) at the given index....__getitem__(index) Retrieves a Row at the given index. def __getitem__...of Table { i } ' ) rows = tables [ i ] . rows # We can use the...

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