Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 18,996 for

rows

(0.54 sec)
  1. TextOrientation | Aspose.Words for Java

    Specifies orientation of text on a page in a table cell or a text frame in Java....write("Row 1, cell 1."); builder.insertCell();...insertCell(); builder.write("Row 1, cell 2."); builder.endRow(); //...

    reference.aspose.com/words/java/com.aspose.word...
  2. Row.rowFormat property | Aspose.Words for Node.js

    Row.rowFormat property. Provides access to the formatting properties of the row....rowFormat property Row.rowFormat property Provides access to...formatting properties of the row. get rowFormat () : Aspose ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Get Max Range In A Worksheet with Golang via C+...

    This article describes how to get the max range, max data range, and max display range of Excel files with Aspose.Cells for C++ library....if the Row and Column objects are initialized, these rows and columns...Offset, Entire Column, and Entire Row of the Range with Golang via...

    docs.aspose.com/cells/go-cpp/get-max-range-in-a...
  4. Setting Print Options|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the Aspose.Cells for Python via .NET API. You can set the Print Area, Print Titles and Page Order.... Print row/column headings. Achieve draft...NET allows you to designate row and column headers to repeat...

    docs.aspose.com/cells/python-net/setting-print-...
  5. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library....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/java/how-to-print-excel-a...
  6. Opening Files with Different Formats|Documentation

    Aspose.Cells for C++ API allows you to open/read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc.... Data is arranged in rows and columns like in tables and...file, where data is arranged in rows and columns like in tables and...

    docs.aspose.com/cells/cpp/opening-files-with-di...
  7. 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...
  8. Working with User-defined Cells|Documentation

    This section explains how to read User-defined cells of the visio shapes with Aspose.Diagram....name rows as they need, assign meaningful names to the rows, and...

    docs.aspose.com/diagram/net/working-with-user-d...
  9. Cell.LastParagraph | Aspose.Words for .NET

    Discover the Cell LastParagraph property. Easily access the final paragraph from immediate child elements for efficient content management....vertical borders to a table row’s format. Document doc = new...InsertCell (); builder . Write ( $"Row {i + 1}, Column 1" ); builder...

    reference.aspose.com/words/net/aspose.words.tab...
  10. Creating a complex PDF|Aspose.PDF for .NET

    Aspose.PDF for NET allows you to create more complex documents that contain images, text fragments, and tables in one document.... Rows . Add (); headerRow . Cells...++) { var dataRow = table . Rows . Add (); dataRow . Cells ....

    docs.aspose.com/pdf/net/complex-pdf-example/