Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 19,018 for

rows

(0.15 sec)
  1. Merge and Unmerge Cells in GridDesktop|Document...

    This article introduces the merge and unmerge features in GridDesktop....cases when we need to span some rows or columns to enhance the readability...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  2. Formatting Pivot Table with C++|Documentation

    Learn how to customize the appearance of pivot tables using Aspose.Cells for C++....table to show grand totals for rows and columns, how to set the...report to show grand totals for rows pivotTable . SetShowRowGrandTotal...

    docs.aspose.com/cells/cpp/formatting-pivot-table/
  3. 与GridJs客户端端协同工作|Documentation

    本文介绍了GridJs中的客户端JavaScript API或函数。...setActiveCell ( row , col ); // the parameters are: row : the cell row col...string to be displayed . ri : Row index of the target cell . ci...

    docs.aspose.com/cells/zh/java/aspose-cells-grid...
  4. Aspose.Words Java: Missing left merged column w...

    Hi Aspose Team, We are using Aspose.Words for Java and found a table-conversion issue when exporting a DOCX table to HTML. Environment Product: Aspose.Words for Java Version: 26.1 (JDK17 package) Java: 8 OS: Windows 1…...column appears missing in several rows. Repro Input We can provide:...Word object model: rows = 77 cols (max row cells) = 3 vertical...

    forum.aspose.com/t/aspose-words-java-missing-le...
  5. CompatibilityOptions class | Aspose.Words for P...

    aspose.words.settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)... align_tables_row_by_row Align Table Rows Independently. a...ced_table Don’t Break Table Rows Around Floating Tables. do_...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Mail Merge and Reporting in C#|Aspose.Words for...

    Mail Merge is a popular feature for quickly creating documents using C#. Aspose.Words for .NET takes the standard Mail Merge functionality and advances it many steps ahead, turning it into a full-fledged reporting solution that allows you to create even more complex documents such as reports, catalogs, inventories, and invoices....growing, such as detailed order rows Insert images during a mail...a mail merge with repeating rows (regions) in a table? A: Use...

    docs.aspose.com/words/net/mail-merge-and-report...
  7. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...Get ( 0 ); // Unhiding the 3rd row and setting its height to 13... Get ( 0 ); // Hide the 3rd row of the worksheet worksheet ....

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  8. table|Documentation

    Table element organizes questions and answers in a tabular structure....answers in a tabular structure (rows and columns) for better readability...striped - zebra-striped table rows equalCells - make all table...

    docs.aspose.com/omr/net/txt-markup/table/
  9. Java Excel API | products.aspose.com

    Aspose.Cells for Java library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, CSV, HTML and so on....limited to worksheet formatting at row, column, and cell level, adding..."output.pdf"); Manipulate Excel Rows & Columns Aspose.Cells for Java...

    products.aspose.com/cells/java/
  10. Add Table to PDF using C++ | Aspose.PDF

    Adding table in PDF file programmatically with C++ sample code using Aspose.PDF for C++...add 10 rows for ( int row_count = 1 ; row_count < 10 ; row_count...{ // Add row to table auto row = table -> get_Rows () -> Add...

    products.aspose.com/pdf/cpp/table/add/