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

rows

(0.24 sec)
  1. Missing Features in OpenXML|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....from documents Insert or Delete Rows or Columns Smart Markers feature...

    docs.aspose.com/cells/net/missing-features-in-o...
  2. Developer Guide|Documentation

    Aspose.Cells for JavaScript via C++ developer guide....with JavaScript via C++ Format Rows and Columns with JavaScript...

    docs.aspose.com/cells/javascript-cpp/developer-...
  3. 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...
  4. Aspose.Words.Tables | Aspose.Words for .NET

    Discover the Aspose.Words.Tables namespace, featuring powerful classes for managing table Rows, cells, and their formatting to enhance your document creation....classes that represent tables, rows, cells and their formatting...table or a cell. Row Represents a table row. RowCollection Provides...

    reference.aspose.com/words/net/aspose.words.tab...
  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. Aspose::Words::Tables::CellFormat::get_Orientat...

    Aspose::Words::Tables::CellFormat::get_Orientation method. Returns or sets the orientation of text in a table cell in C++....// will apply them to every row and cell that we add with it...InsertCell (); builder -> Write ( u "Row 1, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. 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/
  9. Get Max Range In A Worksheet with Node.js via C...

    This article describes how to get the max range, max data range, and max display range of Excel files using Aspose.Cells for Node.js via C++....if the row and column objects are initialized, these rows and columns...there is no data in the empty rows or columns. const path = require...

    docs.aspose.com/cells/nodejs-cpp/get-max-range-...
  10. Working with Tables in PDF using C#|Aspose.PDF ...

    This section describes how to add and extract a table, how to manipulate and integrate a table using the C# library....with merging the columns or rows сonsidering borders, margins...

    docs.aspose.com/pdf/net/working-with-tables/