Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 17,885 for

rows

(0.06 sec)
  1. Worksheet Views|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....the following parameters: Row – the row index of the cell from which...start. Frozen rows – the number of visible rows in the top pane...

    docs.aspose.com/cells/go-cpp/worksheet-views/
  2. Word Table Cell Merge Issue - Free Support Foru...

    Cell Merge is not working for me. Below is my code. Table footerTbl = builder.StartTable(); builder.InsertCell(); builder.CellFormat.HorizontalMerge = CellMerge.First; builder.Font.Size = 8; builder.ParagraphFormat.Alig…...on the next cell in the same row. In the posted code the second...two normal cells in the next row: // start the table Table footerTbl...

    forum.aspose.com/t/word-table-cell-merge-issue/...
  3. Issue while generating PDF reports with Large D...

    Hi Team, We are facing PDF generation issues as below: . Our API is able to generate PDF file, if the Data load is less than 50,000 records . But when API is with 50,000+ records, API stop working . When we do simila…...Purpose of method is, read each row from collection (grid) and perform...Variables Info // grid : holds 50000 rows. // colValueType : hold info...

    forum.aspose.com/t/issue-while-generating-pdf-r...
  4. How to Insert Image into PowerPoint Table using...

    This topic guides on how to insert Image into PowerPoint Table using Java. It encompasses all the requisite information and a working sample code to add table image in PowerPoint using Java....having definite heights for rows and columns using the addTable()...cell belonging to the first row and column inside the table and...

    kb.aspose.com/slides/java/how-to-insert-image-i...
  5. How to Insert Image into PowerPoint Table using C#

    This article guides on how to insert Image into PowerPoint Table using C#. It covers all the required information and a runnable sample code to add table image in PowerPoint using C#....having the definite heights for rows and columns using the AddTable()...cell belonging to the first row and column from the table and...

    kb.aspose.com/slides/net/how-to-insert-image-in...
  6. Introduction of GridWeb|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....Input/Edit Freeze or Unfreeze Rows/Columns Hyperlinks ( CellCommand...Paging Read‑only Cells Read‑only Rows/Columns Data Validation using...

    docs.aspose.com/cells/java/introduction-of-grid...
  7. DocumentVisitor.VisitCellEnd | Aspose.Words for...

    Discover the DocumentVisitor VisitCellEnd method, essential for managing table cell enumeration in your applications. Enhance your coding efficiency today!...) { int rows = 0 ; int columns = 0 ; if ( table . Rows . Count...Count > 0 ) { rows = table . Rows . Count ; columns = table . FirstRow...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Table.ConvertToHorizontallyMergedCells | Aspose...

    Discover how the ConvertToHorizontallyMergedCells method transforms wide merged cells into horizontally merged ones, enhancing your data organization....default define only 5 cells in a row, and none of them have the horizontal...though there were 7 cells in the row before the horizontal merging...

    reference.aspose.com/words/net/aspose.words.tab...
  9. 从DataTable导入|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....Int32 )); //Creating an empty row in the DataTable object DataRow...NewRow (); //Adding data to the row dr [ 0 ] = 1 ; dr [ 1 ] = "Aniseed...

    docs.aspose.com/cells/zh/net/importing-from-dat...
  10. HeightRule | Aspose.Words for Java

    Specifies the rule for determining the height of an object in Java....Examples: Shows how to format rows with a document builder. Document...builder.write("Row 1, cell 1."); // Start a second row, and then configure...

    reference.aspose.com/words/java/com.aspose.word...