Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 14,282 for

rows

(0.14 sec)
  1. Adding Hyperlinks to Link Data in Aspose.Cells|...

    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.... Number of rows, the number of rows in this hyperlink...added to. Number of rows, the number of rows in this hyperlink...

    docs.aspose.com/cells/net/adding-hyperlinks-to-...
  2. 将表格与数据源集成 PDF|Aspose.PDF for .NET

    本文展示了如何集成 PDF 表格。将表格与数据库集成并确定表格是否会在当前页面上拆分。...typeof ( string )); // Add 2 rows into the DataTable object programmatically...Smith" ; dr [ 2 ] = "Male" ; dt . Rows . Add ( dr ); dr = dt . NewRow...

    docs.aspose.com/pdf/zh/net/integrate-table/
  3. MergeFieldImageDimension | Aspose.Words for .NET

    Create precise image dimensions in points with the MergeFieldImageDimension constructor. Enhance your design with accurate sizing for better results.... Rows . Add ( ImageDir + "Logo.jpg" ); dataTable . Rows . Add...background logo.png" ); dataTable . Rows . Add ( ImageDir + "Enhanced...

    reference.aspose.com/words/net/aspose.words.fie...
  4. DocumentVisitor.VisitRowStart | Aspose.Words fo...

    Discover the DocumentVisitor VisitRowstart method. Enhance your table row enumeration with efficient, streamlined processing for optimized performance....when enumeration of a table row has started. public virtual VisitorAction...VisitRowStart ( Row row ) Parameter Type Description row Row The object...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Cell.AcceptEnd | Aspose.Words for .NET

    Discover the Cell AcceptEnd method to seamlessly manage visitor access at cell endpoints, enhancing user experience and optimizing flow....) { int rows = 0 ; int columns = 0 ; if ( table . Rows . Count...Count > 0 ) { rows = table . Rows . Count ; columns = table . FirstRow...

    reference.aspose.com/words/net/aspose.words.tab...
  6. DocumentVisitor.visitCellStart method | Aspose....

    DocumentVisitor.visitCellStart method. Called when enumeration of a table cell has started....) { int rows = 0 ; int columns = 0 ; if ( table . rows . count...count > 0 ) { rows = table . rows . count ; columns = table . firstRow...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentVisitor.visitCellEnd method | Aspose.Wo...

    DocumentVisitor.visitCellEnd method. Called when enumeration of a table cell has ended....) { int rows = 0 ; int columns = 0 ; if ( table . rows . count...count > 0 ) { rows = table . rows . count ; columns = table . firstRow...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentVisitor.visitTableEnd method | Aspose.W...

    DocumentVisitor.visitTableEnd method. Called when enumeration of a table has ended....) { int rows = 0 ; int columns = 0 ; if ( table . rows . count...count > 0 ) { rows = table . rows . count ; columns = table . firstRow...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentVisitor.visitRowEnd method | Aspose.Wor...

    DocumentVisitor.visitRowEnd method. Called when enumeration of a table row has ended....visitRowEnd(row) Called when enumeration of a table row has ended...visitRowEnd ( row : Aspose . Words . Tables . Row ) Parameter Type...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Cell.Accept | Aspose.Words for .NET

    Discover the Cell Accept method—enhance visitor engagement and streamline interactions for a seamless experience. Unlock your site's potential today!...) { int rows = 0 ; int columns = 0 ; if ( table . Rows . Count...Count > 0 ) { rows = table . Rows . Count ; columns = table . FirstRow...

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