Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 18,754 for

rows

(0.57 sec)
  1. Formatting List Object|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....Object A table is a series of rows and columns that contain related...independently from the data in other rows and columns. By default, every...

    docs.aspose.com/cells/python-java/formatting-li...
  2. Sub-reports|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....sub‑report in a table group row. The format is: &=subreport{ReportName=your...embedded in a table group row, and the group row cannot contain other...

    docs.aspose.com/cells/reportingservices/sub-rep...
  3. Using Smart Markers|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....example, a complete row, then the following rows are moved down automatically...totals can be placed on the row immediately after the data marker...

    docs.aspose.com/cells/java/using-smart-markers/
  4. Not able to remove empty lines for merge fields...

    I have merge fields in a table inside word document template and I am trying to populate the Rows only when the data is present. I am able to clean up the merge field references in the template after my document has fini…...I am trying to populate the rows only when the data is present...but the table has still empty rows which is not getting removed...

    forum.aspose.com/t/not-able-to-remove-empty-lin...
  5. JavaScript via C++ APIs for Excel Spreadsheets ...

    Process Excel file formats using JavaScript via C++ library. Read write render & convert XLS XLSX XLSB XLTX XLTM XLSM XML ODS CSV and more formats in both bRowser and Node.js environments....Writing Formulas Grouping of Rows & Columns At a Glance Fully...input Organize data by grouping rows & columns Manipulate built-in...

    products.aspose.com/cells/javascript-cpp/
  6. Developer Guide|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....and Retrieve Data Worksheets Rows and Columns Style Number Alignment...Worksheets Apply Shading to Alternate Rows and Columns with Conditional...

    docs.aspose.com/cells/java/developer-guide/
  7. Code 16K in SharePoint | Aspose

    Aspose.Barcode for SharePoint API allows customize, generate and recognize Code 16K barcodes in your C# application...multiple-row barcodes. Each symbol can contain 2 to 16 rows, with...with 5 ASCII characters per row, and multiple symbols can be concatenated...

    products.aspose.com/barcode/sharepoint/code16k/
  8. Table.ensureMinimum method | Aspose.Words for N...

    Table.ensureMinimum method. If the table has no Rows, creates and appends one [Row](../../../aspose.words.tables/row/)....table has no rows, creates and appends one Row . ensureMinimum...( table ); // Tables contain rows, which contain cells, which...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::CompositeNode::get_HasChildNodes...

    Aspose::Words::CompositeNode::get_HasChildNodes method. Returns true if this node has any child nodes in C++....Examples Shows how to combine the rows from two tables into one. auto... 1 , true )); // Append all rows from the current table to the...

    reference.aspose.com/words/cpp/aspose.words/com...
  10. Creating Tables Using VSTO and Aspose.Slides fo...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and create tables in PowerPoint (PPT, PPTX) slides in C# with flexible formatting....all the rows foreach ( PowerPoint . Row row in tbl . Rows ) { i...cells in the row foreach ( PowerPoint . Cell cell in row . Cells )...

    docs.aspose.com/slides/net/creating-a-table-on-...