Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 19,337 for

rows

(0.14 sec)
  1. Generate Code 16K Barcodes in C#|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....multiple-row barcode symbology that may contain up to 16 rows; each...each row has a fixed length and can include up to five characters...

    docs.aspose.com/barcode/net/code16k-barcodes/
  2. Bug 5322: Csv to MpainfoTab- Conversion succeed...

    Hi Alexander, I moved to new version 26.5 and here my results: Please see: Comparison(left-Csv, right-MapInfoTab) image.png (117.2 KB) Test data(input/output/QGIS) 5332-Csv-MapInfoTab.zip (44.4 KB) Thanks,...(or WKT column) foreach (var row in csv) { var feature = tab.AddFeature();...attributes foreach (var attr in row.Attributes) feature.Attributes...

    forum.aspose.com/t/bug-5322-csv-to-mpainfotab-c...
  3. Add Image Hyperlinks|Documentation

    Learn how to add image hyperlinks through the Aspose.Cells for JavaScript via C++ API....// Set the 4th row height (row index 3) const row = worksheet .... cells . rows . get ( 3 ); row . height = 100 ; // Set the C...

    docs.aspose.com/cells/javascript-cpp/add-image-...
  4. LayoutEnumerator | Aspose.Words for Java

    Enumerates page layout entities of a document in Java....Layout entities are pages, cells, rows, lines, and other objects included...Layout entities are pages, cells, rows, lines, and other objects included...

    reference.aspose.com/words/java/com.aspose.word...
  5. When inserting a picture and nearby cell's font...

    HI, An image is being inserted. When lines 31-33 are commented out the scale height of the picture is around 100% which is expected. However when these lines are uncommented, the text in cell 1, 1 is set to 24pts. The …...7 @trackback Please autofit rows before adding images as the...lines of code regarding auto-fit rows just before rendering/saving...

    forum.aspose.com/t/when-inserting-a-picture-and...
  6. RowFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.RowFormat class for comprehensive table row formatting. Enhance your document design with powerful, flexible features....Represents all formatting for a table row. To learn more, visit the Working...True if the text in a table row is allowed to split across a...

    reference.aspose.com/words/net/aspose.words.tab...
  7. Insert Table in OneNote using C# | OneNote Tabl...

    Programmatically insert table in OneNote documents using C#. Learn how to create a table with locked columns in the OneNote Document.... Create table rows and cells using the TableRow...

    blog.aspose.com/note/insert-table-in-onenote-us...
  8. HTML with Node.js via C++|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....Advanced topics AutoFit Columns and Rows while loading HTML in Workbook...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  9. Copied range does not update chart to use the e...

    When I copy a range using the below code, I expect the chart to update to reference the data within the destination, not the original. Scenario: In the below code, a chart is bound to A1:B5, then the sheet range A1:J10…...(A1:C5) // ---------- /* Header row */ cells.get("A1").putValue("Category");...get("C1").putValue("Notes"); /* Data rows */ const data = [ ["A", 120...

    forum.aspose.com/t/copied-range-does-not-update...
  10. 用C++自动调整行列宽|Documentation

    本文展示如何使用Aspose.Cells for C++ API自动调整行、列、合并单元格的行,以及范围内的行。...Get ( 0 ); // Auto-fit the 2nd row (index 1) of the worksheet worksheet...outputFilePath ); std :: cout << "Row auto-fitted and file saved successfully...

    docs.aspose.com/cells/zh/cpp/autofit-rows-and-c...