Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 14,279 for

rows

(0.03 sec)
  1. 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...
  2. Table class | Aspose.Words for Python

    aspose.words.tables.Table class. Represents a table in a Word document...Table can contain one or more Row nodes. A minimal valid table...table needs to have at least one Row . Inheritance: Table → CompositeNode...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. 用C++在删除工作表中的空白列和行时,更新其他工作表中的引用|Documentation

    学习如何在删除工作表中的空白列和行时,更新其他工作表中的引用(使用Aspose.Cells for C++ API)。...increase the number of blank rows and columns Worksheet sht1 =...before deleting blank columns and rows in Sheet1. std :: cout << "Cell...

    docs.aspose.com/cells/zh/cpp/update-references-...
  5. CellFormat.Borders | Aspose.Words for .NET

    Discover the CellFormat Borders property to access and customize cell border collections for enhanced spreadsheet design and functionality....Examples Shows how to combine the rows from two tables into one. Document..., 1 , true ); // Append all rows from the current table to the...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Smart Markers feature|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/net/smart-markers-feature/
  7. Aspose.Words 25.3 - Tables.Rows[x].RowFormat.Hi...

    Hi Team ! I need to hide some Rows in a table. I dont see any property to do that at row level nor at the row.RowFormat level Is there something in Aspose to handle this XML Tag like MsOffice does (see below) ? If no…...Rows[x].RowFormat.Hidden is missing...Hi Team ! I need to hide some rows in a table. I dont see any property...

    forum.aspose.com/t/aspose-words-25-3-tables-row...
  8. Freeze Panes in Excel using Python

    Freeze panes in Excel using Python. Get all the details to set the IDE, steps, and a sample code showing how to freeze column on Excel using Python....workbook class object for freezing rows and columns Access the target...Save the output with frozen rows and columns These steps summarize...

    kb.aspose.com/cells/python/freeze-panes-in-exce...
  9. 在 PHP 中分组和取消分组行和列|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....public static function group_rows_columns ( $dataDir ) { # Instantiating...getCells ();; # Grouping first six rows (from 0 to 5) and making them...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  10. Freeze Top Row(s) of Excel Worksheet|Documentation

    In this article, you will learn how to freeze top Rows of Excel Worksheets programmatically using C# Library with .NET API....Freeze Top Row(s) of Excel Worksheet Contents [ Hide ] Introduction...will learn how to freeze top row(s). When you have a huge amount...

    docs.aspose.com/cells/net/how-to-freeze-rows-of...