Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 18,878 for

rows

(0.08 sec)
  1. Render One PDF Page Per Excel Worksheet - Excel...

    Convert Excel worksheets into PDF format with one page for each worksheet using Aspose.Cells with C++....with 50 columns and 300 or more rows of data), you might want the...

    docs.aspose.com/cells/cpp/render-one-pdf-page-p...
  2. 使用 C# 添加、提取、删除 PDF 中的表格 | Aspose.PDF

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

    products.aspose.com/pdf/zh-hans/net/table/
  3. Adding, Extracting, and Deleting Tables in PDF ...

    Manage Tables 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/
  4. Convert JSON Format to DOC via C++ | products.a...

    C++ API t0 Parse JSON to DOC without using Microsoft Word...you can also set the size of rows and columns by loading JSON...need to set the same row height for all rows in the worksheet, you...

    products.aspose.com/total/cpp/conversion/json-t...
  5. FieldMergingArgsBase.RecordIndex | Aspose.Words...

    Discover the FieldMergingArgsBase RecordIndex property. Access the zero-based index of the merging record for enhanced data management and integration.... Rows . Add ( datarow ); datarow [...

    reference.aspose.com/words/net/aspose.words.mai...
  6. 使用 PHP 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式在 PDF 文件中添加表格...add 10 rows for ( $row_count = 1 ; $row_count < 10 ; $row_count...$row_count ++ ) { // add row to table $row = $table -> getRows () -> add...

    products.aspose.com/pdf/zh-hant/php-java/table/...
  7. Cell.tables property | Aspose.Words for Python

    Cell.tables property. Gets a collection of tables that are immediate children of the cell....child_table_count = 0 for row in table . rows : row = row . as_row () for cell...cell in row . cells : cell = cell . as_cell () child_tables = cell...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library with C++....regardless of the number of rows. Why Use FitToPagesWide and...well‑organized, without any columns or rows being split awkwardly across...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  9. Keeping the header and the footer when saving a...

    Hello, I’ve tried to save a xlsx file in html, but I’ve lost the header and the footer in the output file. I think it’s the normal functionality of excel but just to be sur do you have a way to keep the header dans foo…...you could insert one or two rows at the top of the worksheet...you could insert one or two rows at the top of the worksheet...

    forum.aspose.com/t/keeping-the-header-and-the-f...
  10. CellFormat.HorizontalMerge | Aspose.Words for .NET

    Discover the CellFormat HorizontalMerge property to seamlessly merge cells horizontally, enhancing your spreadsheet's layout and organization....horizontally with other cells in the row. public CellMerge HorizontalMerge...the first column of the first row. // This cell will be the first...

    reference.aspose.com/words/net/aspose.words.tab...