Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 19,030 for

rows

(0.23 sec)
  1. Table|Aspose.Slides Documentation

    Work with tables in Aspose.Slides for C++: create, format, merge cells, apply styles, import data, and export with C++ examples for PPT, PPTX, and ODP....Create a simple table with two rows and two columns. static void...

    docs.aspose.com/slides/cpp/examples/elements/ta...
  2. 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...
  3. 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/
  4. 用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...
  5. Aspose::Words::Tables namespace | Aspose.Words ...

    Aspose::Words::Tables namespace. The Aspose.Words.Tables namespace contains classes that represent tables, Rows, cells and their formatting in C++....classes that represent tables, rows, cells and their formatting...documentation article. Row Represents a table row. To learn more, visit...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. 使用 C# 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for .NET,使用 C# 示例代码,以编程方式在 PDF 文件中添加表格...}; for ( int row_count = 1 ; row_count < 10 ; row_count ++) {...// Add row to table Aspose . Pdf . Row row = table . Rows . Add...

    products.aspose.com/pdf/zh-hans/net/table/add/
  7. Accessing Table from Cell and Adding Values ins...

    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....Adding Values inside it using Row and Column Offsets Contents [...the Table or List Object using row and column offsets. In order...

    docs.aspose.com/cells/java/accessing-table-from...
  8. Cell.Tables | Aspose.Words for .NET

    Discover Cell Tables. Easily access a collection of tables directly within your cell for streamlined organization and enhanced data management....foreach ( Row row in table . Rows ) { foreach ( Cell Cell in row . Cells...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Adjusting Row Height and Column Width in Ruby|D...

    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....Ask AI Adjusting Row Height and Column Width in Ruby Contents...Adjusting Row Height and Column Width Setting the Row Height It...

    docs.aspose.com/cells/java/adjusting-row-height...
  10. OutlineOptions.CreateOutlinesForHeadingsInTable...

    Discover how the CreateOutlinesForHeadingsInTables property enhances table organization by enabling outlines for heading styles, improving document clarity....Create a table with three rows. The first row, // whose text we will...

    reference.aspose.com/words/net/aspose.words.sav...