Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 18,753 for

rows

(0.07 sec)
  1. Aspose::Words::Tables::CellCollection::idx_get ...

    Aspose::Words::Tables::CellCollection::idx_get method. Retrieves a Cell at the given index 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. Aspose::Words::Tables::TableCollection::idx_get...

    Aspose::Words::Tables::TableCollection::idx_get method. Retrieves a Table at the given index 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...
  3. How to Check Frozen State without Excel Using J...

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

    docs.aspose.com/cells/javascript-cpp/how-to-che...
  4. RowFormat.height property | Aspose.Words for Py...

    RowFormat.height property. Gets or sets the height of the table row in points....sets the height of the table row in points. @property def height... builder . row_format . height = 40 builder . row_format . height_rule...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Tables::RowCollection class | As...

    Aspose::Words::Tables::RowCollection class. Provides typed access to a collection of Row nodes. To learn more, visit the documentation article in C++....typed access to a collection of Row nodes. To learn more, visit the...idx_get (int32_t) Retrieves a Row at the given index. IndexOf (const...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. 在Ruby中分组和取消分组行和列|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.... Ruby 代码 def group_rows_columns () data_dir = File ...getCells () # Grouping first six rows (from 0 to 5) and making them...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  7. RowCollection class | Aspose.Words for Node.js

    Aspose.Words.Tables.RowCollection class. Provides typed access to a collection of [Row](../row/) nodes...typed access to a collection of Row nodes. To learn more, visit the...Copies all rows from the collection to a new array of rows. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Join Tables in C++|Aspose.Words for C++

    Advanced table manipulations. How to merge two tables into one C++. Join tables using C++....Model, is made up of independent rows and cells, making it easy to...table, we just need to move the rows from the second table to the...

    docs.aspose.com/words/cpp/join-tables/
  9. Split Table in Node.js|Aspose.Words for Node.js

    Split table in Node.js. How to split one table into two separate tables Python....Model, is made up of independent rows and cells, making it easy to...just need to move some of the rows from the original table to the...

    docs.aspose.com/words/nodejs-net/split-table/
  10. DocumentBuilder.write method | Aspose.Words for...

    DocumentBuilder.write method. Inserts a string into the document at the current insert position....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...