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

rows

(0.17 sec)
  1. Border Settings|Documentation

    How to use the Aspose.Cells for Python via .NET library in Python to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....following parameters: First Row – the first row of the range. First Column...range. Number of Rows – the number of rows in the range. Number...

    docs.aspose.com/cells/python-net/cells-border-s...
  2. 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...
  3. 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-...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. TableStyle | Aspose.Words for Java

    Represents a table style in Java....indicating whether text in a table row is allowed to split across a...getRowStripe() Gets a number of rows to include in the banding when...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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/