Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 18,753 for

rows

(0.19 sec)
  1. Set Print Titles|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....Cells allows you to designate row and column headers to repeat...PrintTitleRows properties. The rows or columns that will be repeated...

    docs.aspose.com/cells/net/set-print-titles/
  2. 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...
  3. 在 .NET 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的 C# 示例代码,以简化表格工作流程。...for ( int row = 0 ; row < tbl . Rows . Count ; row ++) { for...tbl . Rows [ row ]. Count ; cell ++) { tbl . Rows [ row ][ cell...

    docs.aspose.com/slides/zh/net/manage-table/
  4. Cell.cellFormat property | Aspose.Words for Nod...

    Cell.cellFormat property. Provides access to the formatting properties of the cell....how to modify the format of rows and cells in a table. let doc...endTable (); // Use the first row's "RowFormat" property to modify...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. CellCollection class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellCollection class. Provides typed access to a collection of [Cell](../cell/) nodes...${ i } ` ); let rows = tables . at ( i ). rows ; for ( let j =...= 0 ; j < rows . count ; j ++ ) { console . log ( `\tStart of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Drawing::TextPath::get_ReverseRo...

    Aspose::Words::Drawing::TextPath::get_ReverseRows method. Determines whether the layout order of Rows is reversed in C++....whether the layout order of rows is reversed. bool Aspose ::...If true , the layout order of rows is reversed. This attribute...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Generate PDF417 and Micro PDF417 Barcodes in C#...

    Aspose.BarCode for .NET can be used to generate different types of PDF417 and Micro PDF417 barcodes....layout of PDF417 barcodes include rows and columns. The basic PDF417...symbols in up to 30 columns and 90 rows while Micro PDF417 is capable...

    docs.aspose.com/barcode/net/pdf417-barcodes/
  8. 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...
  9. Insert Hyperlinks into Excel or OpenOffice with...

    How to insert hyperlinks into an Excel file with the Aspose.Cells library without MS Excel using C++.... Number of rows – the number of rows in this hyperlink...added. Number of rows – the number of rows in this hyperlink...

    docs.aspose.com/cells/go-cpp/insert-hyperlinks-...
  10. 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...