Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 19,504 for

rows

(0.9 sec)
  1. Alignment Settings with C++|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....Increase the height of first row cell . SetRowHeight ( 0 , 36...merge the cells: First row: the first row from where to start merging...

    docs.aspose.com/cells/cpp/cells-alignment-setti...
  2. HTML with JavaScript 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/javascript-cpp/convert-ex...
  3. Unexpected Col Widths and Word-Wrap in HTML-imp...

    Hello, We are seeing an issue related to HTML import - where the HTML contains a table with fixed column widths. When the HTML is added to a document and the table’s auto-fit property is disabled, the column widths of t…...column, the heading cells in rows 4 & 6 have unexpected word wrap...column, the heading cells in rows 4 & 6 have unexpected word wrap...

    forum.aspose.com/t/unexpected-col-widths-and-wo...
  4. Work with Tables in Tagged PDFs in Python|Aspos...

    Learn how to work with accessible tables in tagged PDFs in Python with Aspose.PDF for Python via .NET, including structure, spans, alignment, and PDF/UA-friendly table markup....Create table header row. Create table body rows with cells. Create...Create table footer row. Set table summary attribute. Save the Tagged...

    docs.aspose.com/pdf/python-net/working-with-tab...
  5. 使用JavaScript通过C++自适应调整行列宽。|Documentation

    本文展示了如何使用Aspose.Cells for JavaScript通过C++自动调整单元格范围内的行、列、合并单元格的行以及整行的宽度。...AutoFit Row </ title > </ head > < body > < h1 > AutoFit Row Example...the 3rd row of the worksheet (row index 1 is the 2nd row; original...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  6. 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-...
  7. Table: Layout issue rowspan/colspan - Free Supp...

    Hi, i have an issue in creating a table. This should be the layout for my table: table.png (4,7 KB) But this is the result: broken_table.png (6,0 KB) I only add the number of cells that are necessary per row. Nothin…...cells that are necessary per row. Nothing special… Dim doc As...Red) Dim row As Row = table.Rows.Add() Dim c As Cell = row.Cells...

    forum.aspose.com/t/table-layout-issue-rowspan-c...
  8. 使用 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...
  9. Working with Content Control SDT|Aspose.Words f...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using C#....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/net/working-with-content-...
  10. 插入数据透视表|Documentation

    创建和格式化Excel电子表格文件的数据透视表。...// Unshowing grand totals for rows. pivotTable . rowGrand = false...Dragging the first field to the row area. pivotTable . addFieldToArea...

    docs.aspose.com/cells/zh/javascript-cpp/create-...