Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 14,282 for

rows

(0.04 sec)
  1. TableCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.TableCollection class for easy, typed access to Table nodes, enhancing document processing efficiency and flexibility....to remove the first and last rows of all tables in a document...AreEqual ( 5 , tables [ 0 ]. Rows . Count ); Assert . AreEqual...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Insert Hyperlinks into Excel or OpenOffice|Docu...

    How to insert hyperlinks into Excel file with Aspose.Cells for Python via .NET library without MS Excel.... 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/python-net/insert-hyperli...
  3. TableStyle.ColumnStripe | Aspose.Words for .NET

    Discover the TableStyle ColumnStripe property to easily customize odd/even column banding for a polished, professional look in your tables....styles that alternate between rows. Document doc = new Document...color to the row/column, // based on whether the row/column is even...

    reference.aspose.com/words/net/aspose.words/tab...
  4. 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...
  5. RowFormat | Aspose.Words for Java

    Represents all formatting for a table row in Java....Represents all formatting for a table row. To learn more, visit the Working...modify formatting of a table row. Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  6. TableCollection class | Aspose.Words for Node.js

    Aspose.Words.Tables.TableCollection class. Provides typed access to a collection of [Table](../../aspose.words/table/) nodes...childTableCount = 0 ; for ( let row of table . rows . toArray ()) { for (...( let cell of row . cells . toArray ()) { if ( cell . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Handle Column Filter Server Side Events|Documen...

    This article introduces how to handle column filter event in GridWeb....only the rows that meet the condition by hiding the rows that do...is to get number of filtered rows after the filter has been applied...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. RowFormat.HeadingFormat | Aspose.Words for .NET

    Discover the RowFormat HeadingFormat property, ensure your table headings repeat on every page for clarity and improved readability in multi-page documents....HeadingFormat property True if the row is repeated as a table heading...Shows how to build a table with rows that repeat on every page. Document...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Aspose::Words::Tables::RowFormat::get_HeadingFo...

    Aspose::Words::Tables::RowFormat::get_HeadingFormat method. True if the row is repeated as a table heading on every page when the table spans more than one page in C++....ngFormat method True if the row is repeated as a table heading...Shows how to build a table with rows that repeat on every page. auto...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Cell class | Aspose.Words for Python

    aspose.words.tables.Cell class. Represents a table cell...Cell can only be a child of a Row . Cell can contain block-level...this is the first cell inside a row; false otherwise. is_last_cell...

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