Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 18,768 for

rows

(0.07 sec)
  1. TextPath.ReverseRows | Aspose.Words for .NET

    Discover the TextPath ReverseRows property to enhance your layout. Control row order for improved design flexibility and user experience....whether the layout order of rows is reversed. public bool ReverseRows...If true , the layout order of rows is reversed. This attribute...

    reference.aspose.com/words/net/aspose.words.dra...
  2. MailMergeOptions | Aspose.Words for Java

    Represents options for the mail merge functionality in Java....copies for subsequent data source rows are retained during mail merge...copies for subsequent data source rows are retained during mail merge...

    reference.aspose.com/words/java/com.aspose.word...
  3. Extract Text from a Table in OneNote using C#

    Extract text from a table in OneNote using C# with Aspose.Note for .NET. Learn how to extract text from entire tables, specific Rows, or individual cells....Extract Text from a Specific Row in a OneNote Table 3. Extract...from an entire table, a single row, or even an individual cell using...

    blog.aspose.com/note/extract-text-from-table-in...
  4. How to Create a Table in C#|Aspose.Words for .NET

    A guide on how to make a table in C# in various ways. Create table in C# for your document....this automatically starts a new row Optionally, use the CellFormat...until the row is complete Call EndRow to end the current row Optionally...

    docs.aspose.com/words/net/create-a-table/
  5. 使用 C# 将表格添加到 PDF | Aspose.PDF

    C# 原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++通過 COM 互操作在 PDF 檔中添加表。...}; for ( int row_count = 1 ; row_count < 10 ; row_count ++) {...// Add row to table Aspose . Pdf . Row row = table . Rows . Add...

    products.aspose.com/pdf/zh-hant/net/table/add/
  6. Add, Extract, Delete Tables in PDF using C++ | ...

    Manage Tables in PDF file programmatically with C++ sample code using Aspose.PDF for C++...add 10 rows for ( int row_count = 1 ; row_count < 10 ; row_count...{ // Add row to table auto row = table -> get_Rows () -> Add...

    products.aspose.com/pdf/cpp/table/
  7. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library with C++....regardless of the number of rows. Why Use FitToPagesWide and...well‑organized, without any columns or rows being split awkwardly across...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  8. Cell.tables property | Aspose.Words for Python

    Cell.tables property. Gets a collection of tables that are immediate children of the cell....child_table_count = 0 for row in table . rows : row = row . as_row () for cell...cell in row . cells : cell = cell . as_cell () child_tables = cell...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Cell.tables property | Aspose.Words for Node.js

    Cell.tables property. Gets a collection of tables that are immediate children of the cell....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...
  10. 如何用JavaScript通过C++设置打印标题|Documentation

    本文向您展示了如何使用C++的JavaScript库设置打印标题。...0 ); // Set rows to repeat at the top (e.g., rows 1 and 2) worksheet...worksheets . get ( 0 ); // Clear the rows and columns set to repeat worksheet...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...