Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 19,029 for

rows

(0.11 sec)
  1. Unable to Retrieve Table Preset Styles (Such As...

    Hello, I’m unable to retrieve the preset styles of tables created in PowerPoint when using Aspose.Slides for .NET. I’m reading these tables and generating their HTML representations. I’m using version 24.3.0.0 of the A…...width:100%\">"); int rows = table.Rows.Count; int cols = table...bool[rows, cols]; for (int i = 0; i < rows; i++) { var row = table...

    forum.aspose.com/t/unable-to-retrieve-table-pre...
  2. FieldGreetingLine.GetFieldNames | Aspose.Words ...

    Discover the GetFieldNames method in FieldGreetingLine, which efficiently retrieves a collection of mail merge field names for seamless data integration.... Rows . Add ( "Mr." , "John" , "Doe" ); table . Rows . Add..."Jane" , "Cardholder" ); // This row has an invalid value in the Courtesy...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Format Table in Document|Aspose.Words for Java

    Format table inside a document easily and fast instead of using Apache POI....properties there must be at least one row present in the table. This means...InsertCell or after adding the first row to a table or when inserting...

    docs.aspose.com/words/java/format-table-in-docu...
  4. ImageFieldMergingArgs.ImageWidth | Aspose.Words...

    Adjust the ImageWidth in ImageFieldMergingArgs to seamlessly insert images into your documents, enhancing visual appeal and layout.... Rows . Add ( ImageDir + "Logo.jpg" ); dataTable . Rows . Add...background logo.png" ); dataTable . Rows . Add ( ImageDir + "Enhanced...

    reference.aspose.com/words/net/aspose.words.mai...
  5. Split Screen of Excel Worksheet with Node.js vi...

    In this article, you'll learn how to display certain Rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using Node.js C++ Addon....learn how to display certain rows and/or columns in separate panes...do the following: Select the row/column/cell before which you...

    docs.aspose.com/cells/nodejs-cpp/how-to-split-s...
  6. Freeze panes is not working correctly when a ro...

    Hi, Freeze panes is not working correctly when a row is too long in Aspose.GridJs. I have attached a video to show what is happening. Column scrolling is works but the row scrolling is not. Thanks. freeze cells doesn’…...not working correctly when a row is too long in Aspose.GridJs...not working correctly when a row is too long in Aspose.GridJs...

    forum.aspose.com/t/freeze-panes-is-not-working-...
  7. Auto Fit Row and Column|Documentation

    Learn how to autofit Rows and columns through the Aspose.Cells for Java API....Fit Row and Column Contents [ Hide ] How to Auto Fit Row and...auto‑sizing the width and height of a row is to call the Worksheet.autoFitRow...

    docs.aspose.com/cells/java/auto-fit-row-and-col...
  8. Table constructor | Aspose.Words for Python

    Table constructor. Initializes a new instance of the [Table](../) class....append_child ( table ) # Tables contain rows, which contain cells, which...at least one row, cell, and paragraph. first_row = aw . tables...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Split Screen of Excel Worksheet|Documentation

    In this article, you'll learn how to display certain Rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using Aspose.Cells for Python via .NET APIs....learn how to display certain rows and/or columns in separate panes...do the following: Select the row/column/cell before which you...

    docs.aspose.com/cells/python-net/how-to-split-s...
  10. 在Jython中复制行和列|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....RowsAndColumns ' # Copying Rows self . copy_rows () # Copying Columns...self . copy_columns () def copy_rows ( dataDir ): dataDir = Settings...

    docs.aspose.com/cells/zh/java/copying-rows-and-...