Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 18,878 for

rows

(0.08 sec)
  1. Get Max Range In A Worksheet with C++|Documenta...

    This article describes how to get the max range, max data range, and max display range of Excel files with the Aspose.Cells for C++ library....if the Row and Column objects are initialized, these rows and columns...if there is no data in empty rows or columns. #include <iostream>...

    docs.aspose.com/cells/cpp/get-max-range-in-a-wo...
  2. FieldMergeField Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeField class for seamless document automation. Enhance your workflows with powerful MERGEFIELD functionality.... Rows . Add ( "Mr." , "John" , "Doe" ); table . Rows . Add...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Inconsistent behavior with UpdatePageLayout() w...

    Dear support team, we’re encountering an inconsistent behavior when calling Aspose.Words.Document.UpdatePageLayout(), when the document contains 2 tables of different column counts back to back like so: ---------------…...DocumentBuilder(doc); // First row with 100% width var table = builder...Write("row 1 - single cell"); builder.EndTable(); // Last row with...

    forum.aspose.com/t/inconsistent-behavior-with-u...
  4. Worksheet Views with JavaScript via C++|Documen...

    This article describes how to use JavaScript and the JavaScript API to interact with the page‑break preview of an Excel workbook and its worksheets. Work with split panes, frozen panes, and zoom factor as well....the following parameters: Row – the row index of the cell where...start. Frozen rows – the number of visible rows in the top pane...

    docs.aspose.com/cells/javascript-cpp/worksheet-...
  5. AutoFitBehavior | Aspose.Words for Java

    Determines how Aspose.Words resizes the table when you invoke the MAspose.Words.Tables.Table.AutoFitAspose.Words.Tables.AutoFitBehavior method in Java....We must insert at least one row before setting any table formatting...TableStyleOptions.ROW_BANDS | TableStyleOptions.FIRST_ROW); table.au...

    reference.aspose.com/words/java/com.aspose.word...
  6. AutoFitRows and AutoFitColumn Not Handling Larg...

    Hi Aspose Support Team, I am facing issues with AutoFitColumn(i) and AutoFitRows(true) in Aspose.Cells for .NET when exporting to PDF, especially when working with large amounts of wrapped text. AutoFitColumn Issue: W…...column issue, ensure that the row height adjustment is performed...to specify how you want the rows to behave with wrapped text...

    forum.aspose.com/t/autofitrows-and-autofitcolum...
  7. Adding, Extracting, and Deleting Tables in PDF ...

    Manage Tables in PDF file programmatically with C# sample code using Aspose.PDF for .NET...}; for ( int row_count = 1 ; row_count < 10 ; row_count ++) {...Aspose . Pdf . Row row = table . Rows . Add (); row . Cells . Add...

    products.aspose.com/pdf/net/table/
  8. Compatibility enumeration | Aspose.Words for Py...

    aspose.words.settings.Compatibility enumeration. Specifies names of compatibility options....Word 95 ALIGN_TABLE_ROW_BY_ROW Align Table Rows by Rule LAYOUT_RAW_TABLE_WIDTH...Width LAYOUT_TABLE_ROWS_APART Layout Table Rows Apart USE_WORD97_LINE_BREAK_RULES...

    reference.aspose.com/words/python-net/aspose.wo...
  9. MarkupLevel Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.MarkupLevel enum, defining where StructuredDocumentTags fit in your document tree for enhanced organization and control.... Row 3 The element occurs among rows in a table. Cell...element occurs among cells in a row. Examples Shows how to work with...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Line Breaks and Text Wrapping|Documentation

    How to implement text wrapping and word wrap using the Aspose.Cells library in JavaScript via C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text‑wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....the height of the first row cell . rows . get ( 0 ). height = 36...the height of the first row cells . rows . get ( 0 ). height =...

    docs.aspose.com/cells/javascript-cpp/line-break...