Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 19,030 for

rows

(0.07 sec)
  1. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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.... getName (), 0 , 0 , "/root/row/FIELD1" ); sheet . getCells ()... getName (), 1 , 1 , "/root/row/FIELD2" ); //Map FIELD4 and FIELD5...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. Add support for .gdb folder in GDB format - Fre...

    Hi Alexander, Our customer need support for .gdb folder in GDB format. Can you please add this ability in your GIS API ? Thanks,...Name}"); // Example: read rows foreach (var row in table.GetRows())...Example: iterate rows if needed // foreach (var row in table.GetRows())...

    forum.aspose.com/t/add-support-for-gdb-folder-i...
  3. 使用 JavaScript 通过 C++ 复制和移动工作表的示例代码,描述了如何在工作簿内以及...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel workbook and across Excel workbooks using the JavaScript via C++ API....// Put some data into header rows (A1:A4) for ( let i = 0 ; i...get ( i , 0 ). value = `Header Row ${ i } ` ; } // Put some detail...

    docs.aspose.com/cells/zh/javascript-cpp/copying...
  4. Show and Hide Worksheets and Tabs with Node.js ...

    This article provides sample code for using the Node.js API or Node.js Library to programmatically display and hide an Excel worksheet. Additionally, it shows how to show and hide Excel workbook tabs....Assistant Close Show and Hide Rows, Columns and Scroll Bars with...

    docs.aspose.com/cells/nodejs-cpp/show-and-hide-...
  5. Precedents and Dependents|Documentation

    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....automatically while entering data in new rows Analyzing your prompt, please...

    docs.aspose.com/cells/net/precedents-and-depend...
  6. Place a textbox within a specific cell in a tab...

    Good Day We are currently generating a table and we want to make the fields within a specific column editable. I want to place textboxes within the cells of the editable column but the problem is that I can't find the c…...Row row1 = table1.Rows.Add(); row1.FixedRowHeight...Height = 15; Aspose.Pdf.Row row2 = table1.Rows.Add(); Aspose.Pdf.Cell...

    forum.aspose.com/t/place-a-textbox-within-a-spe...
  7. Working with Content Control SDT|Aspose.Words f...

    using Node.js you can embed customer-defined semantics as well as its behaviour and appearance into a document....Footnote or a Shape node Row-level - Among rows in a table, as a child...Among cells in a table row, as a child of a Row node Inline-level...

    docs.aspose.com/words/nodejs-net/working-with-c...
  8. Working with Cross (Pivot) Tables in Java|Aspos...

    Output a Cross (Pivot) Tables when building a report in Java....table-column data band into a table-row data band as follows. <<foreach...start (or end) an outer table-row data band and a nested table-column...

    docs.aspose.com/words/java/working-with-cross-p...
  9. About caption insertion to image & table column...

    Could you please help me on add caption to image & how hide column in Aspose template word report. Could you please share tutorials and code example related to Aspose word table column hide and caption insertion in temp…...hidden foreach (Row row in table.Rows) { Cell cell = row.Cells[columnIndex];...Width = 0; foreach (Row r in table.Rows) r.Cells[hideIdx].CellFormat...

    forum.aspose.com/t/about-caption-insertion-to-i...
  10. Aspose::Words::Tables::CellFormat class | Aspos...

    Aspose::Words::Tables::CellFormat class. Represents all formatting for a table cell. To learn more, visit the documentation article in C++....horizontally with other cells in the row. get_LeftPadding () Returns or...// will apply them to every row and cell that we add with it...

    reference.aspose.com/words/cpp/aspose.words.tab...