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

rows

(0.07 sec)
  1. 使用 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/
  2. Stop conversion or loading using InterruptMonit...

    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 Keep Separators for Blank Rows while exporting spreadsheets...

    docs.aspose.com/cells/java/stop-conversion-or-l...
  3. Aspose::Words::Markup::MarkupLevel enum | Aspos...

    Aspose::Words::Markup::MarkupLevel enum. Specifies the level in the document tree where a particular StructuredDocumentTag can occur in C++.... Row 3 The element occurs among rows in a table. Cell...element occurs among cells in a row. Examples Shows how to work with...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Replace Text in PDF|Aspose.PDF for .NET

    Learn more about various ways of replacing and removing text from Aspose.PDF for .NET library....// Create rows in the table and then cells in the rows var row3...row3 = table2 . Rows . Add (); row3 . Cells . Add (); row3 . Cells...

    docs.aspose.com/pdf/net/replace-text-in-pdf/
  5. List of Supported Functions|Documentation

    This article introduces the supported functions in GridDesktop....Functions MIN ROW (Supported in Aspose.Cells.GridWeb only) ROWS (Supported...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  6. 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...
  7. 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...
  8. MailMerge.MergeDuplicateRegions | Aspose.Words ...

    Optimize your mail merge process with the MergeDuplicateRegions property. Control how data source regions are merged for efficient document management....Creates a data table with one row and two columns. /// </summary>...Add ( "Column2" ); dataTable . Rows . Add ( new object [] { "Value...

    reference.aspose.com/words/net/aspose.words.mai...
  9. 使用 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-hant/net/table/add/
  10. 使用 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/