Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 18,753 for

rows

(0.2 sec)
  1. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...Prevent table header rows from repeating in large PDF files Aspose...foreach (var row in table.Rows.Cast<Row>()) { row.RowFormat.HeadingFormat...

    forum.aspose.com/t/prevent-table-header-rows-fr...
  2. RowCollection.to_array method | Aspose.Words fo...

    RowCollection.to_array method. Copies all Rows from the collection to a new array of Rows....Copies all rows from the collection to a new array of rows. def to_array...self ): ... Returns An array of rows. Examples Shows how to iterate...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Excel Row and Column Operations|Documentation

    Excel row and column operations - insert, delete, resize, hide/unhide Rows and columns with AI automation...Excel Row and Column Operations Contents [ Hide ] Excel Row and...Column Operations Manage Excel row and column operations with AI‑powered...

    docs.aspose.com/cells/nodejs-cpp/mcp/row-column...
  4. Freeze and Unfreeze Panes|Documentation

    This article introduces how to freeze and unfreeze in GridWeb....unfreeze rows and columns. Freezing columns or rows allows users...keep the column headings or row titles visible while they scroll...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  5. 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...
  6. CellCollection.to_array method | Aspose.Words f...

    CellCollection.to_array method. Copies all cells from the collection to a new array of cells....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...
  7. 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...
  8. 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...
  9. 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...
  10. Row.Cells | Aspose.Words for .NET

    Access Row Cells effortlessly with typed controls for seamless management of child nodes, enhancing your data manipulation experience....Cells Contents [ Hide ] Row.Cells property Provides typed access...the Cell child nodes of the row. public CellCollection Cells...

    reference.aspose.com/words/net/aspose.words.tab...