Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 18,995 for

rows

(0.19 sec)
  1. Table Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Table class to easily create and manage tables in Word documents, enhancing your document's layout and functionality....FirstRow { get; } Returns the first Row node in the table. HasChildNodes...LastRow { get; } Returns the last Row node in the table. LeftIndent...

    reference.aspose.com/words/net/aspose.words.tab...
  2. How to Set Print Titles|Documentation

    This article provides code demonstrating how to set print titles using the Aspose.Cells library....Excel ensures that specific rows or columns are repeated on every...information, such as column headers or row labels, is always visible maintains...

    docs.aspose.com/cells/net/how-to-set-print-titles/
  3. DocumentBuilder.EndTable | Aspose.Words for .NET

    Effortlessly conclude your document tables with DocumentBuilder's EndTable method, ensuring seamless formatting and professional presentation.... Write ( "Row 1, cell 1." ); // Insert a second...BottomPadding = 30 ; builder . Write ( "Row 1, cell 2." ); builder . EndRow...

    reference.aspose.com/words/net/aspose.words/doc...
  4. DocumentBuilder.StartTable | Aspose.Words for .NET

    Effortlessly create professional tables in your documents with DocumentBuilder's StartTable method. Enhance your formatting with ease!... Write ( "Row 1, cell 1." ); // Insert a second...BottomPadding = 30 ; builder . Write ( "Row 1, cell 2." ); builder . EndRow...

    reference.aspose.com/words/net/aspose.words/doc...
  5. How to Set Print Titles with C++|Documentation

    This article shows you code explaining how to set print titles using Aspose.Cells library with C++....Excel ensures that specific rows or columns are repeated on every...information, such as column headers or row labels, is always visible maintains...

    docs.aspose.com/cells/cpp/how-to-set-print-titles/
  6. Freeze Top Row(s) of Excel Worksheet|Documentation

    In this article, you will learn how to freeze top Rows of Excel worksheets programmatically using Aspose.Cells for Python via .NET APIs....Ask AI Freeze Top Row(s) of Excel Worksheet Contents [ Hide ]...will learn how to freeze top row(s). When you have a huge amount...

    docs.aspose.com/cells/python-net/how-to-freeze-...
  7. Smart Markers feature in Aspose.Cells|Documenta...

    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/net/smart-markers-feature...
  8. 删除工作表中的空白列和行时更新其他工作表中的引用|Documentation

    学习如何在使用Aspose.Cells for JavaScript通过C++删除工作表中的空白列和行时,保持对其他工作表的引用。...< body > < h1 > Delete Blank Rows/Columns and Update References...increase the number of blank rows and columns const sht1 = wb...

    docs.aspose.com/cells/zh/javascript-cpp/update-...
  9. Set Print Titles in xlsx4j|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....Cells allows you to designate row and column headers to repeat...setPrintTitleRows properties. The rows or columns that will be repeated...

    docs.aspose.com/cells/java/set-print-titles-in-...
  10. Avoid Inserting Empty Ranges or Hidden Excel Ra...

    Hello Team, I am working with Aspose.Cells to extract a range from an Excel worksheet as HTML content, which I then insert into a Word document using Aspose.Words. However, I’ve encountered an issue: If the selected …...range consists of only hidden rows or columns , it is still processed...The range contains only hidden rows and/or columns. Could you please...

    forum.aspose.com/t/avoid-inserting-empty-ranges...