Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 17,259 for

rows

(0.15 sec)
  1. IDataReader | Aspose.Words for Java

    Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source and is implemented by .NET Framework data providers that access relational databases in Java....current row. getRecordsAffected() Gets the number of rows changed...depth of nesting for the current row. Returns: int - The level of...

    reference.aspose.com/words/java/com.aspose.word...
  2. Insert to Named Range from datatable - Free Sup...

    I have a workbook with several named ranges. I’m trying to update the range by using ImportData to load the contents of the datatable into the sheet starting at the first cell (in all cases the range starts at 0,0). If…...is inserted, but the previous rows are shifted down so my range...shifted down all of the blank rows. I also tried range.Clear()...

    forum.aspose.com/t/insert-to-named-range-from-d...
  3. 用C++在删除工作表中的空白列和行时,更新其他工作表中的引用|Documentation

    学习如何在删除工作表中的空白列和行时,更新其他工作表中的引用(使用Aspose.Cells for C++ API)。...increase the number of blank rows and columns Worksheet sht1 =...before deleting blank columns and rows in Sheet1. std :: cout << "Cell...

    docs.aspose.com/cells/zh/cpp/update-references-...
  4. DocumentBuilder.start_table method | Aspose.Wor...

    DocumentBuilder.start_table method. Starts a table in the document....builder # will apply them to every row and cell that we add with it...builder . row_format . clear_formatting () builder . row_format...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBuilder.endRow method | Aspose.Words fo...

    DocumentBuilder.endRow method. Ends a table row in the document....method endRow() Ends a table row in the document. endRow () Remarks...DocumentBuilder.endRow() to end a table row. If you call DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Set Print Titles with Python.NET|Documentation

    Learn how to configure repeated row/column headers on printed pages using Aspose.Cells for Python via .NET....Excel ensures that specific rows or columns are repeated on every...information, such as column headers or row labels, is always visible maintains...

    docs.aspose.com/cells/python-net/how-to-set-pri...
  7. DocumentBuilder.cellFormat property | Aspose.Wo...

    DocumentBuilder.cellFormat property. Returns an object that represents current table cell formatting properties....// will apply them to every row and cell that we add with it...insertCell (); builder . write ( "Row 1, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TableStyle.row_stripe property | Aspose.Words f...

    TableStyle.row_stripe property. Gets or sets a number of Rows to include in the banding when the style specifies odd/even row banding....row_stripe property TableStyle.row_stripe property Gets or sets...sets a number of rows to include in the banding when the style...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Create or Add Table In PDF using Python|Aspose....

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic....classes named Table , Cell , and Row which provides functionality...table and set its columns and rows. Set table setting (we’ve set...

    docs.aspose.com/pdf/python-net/add-table-in-exi...
  10. Split Table in C#|Aspose.Words for .NET

    Split table in C#. How to split one table into two separate tables C#....Model, is made up of independent rows and cells, making it easy to...just need to move some of the rows from the original table to the...

    docs.aspose.com/words/net/split-table/