Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 18,058 for

rows

(0.13 sec)
  1. HTML file is displayed incorrectly with "Freeze...

    I am using Aspose.Cells 25.9.0. .NET 9.0 HTML file is displayed incorrectly with “Freeze Panes” If I use the “Freeze Panes” feature in the table, the conversion to HTML is INCORRECT. If I use the “Unfreeze Panes” fe…...range to exclude any frozen rows or columns. Use Different Save...in MS Excel, where specific rows and/or columns can be locked...

    forum.aspose.com/t/html-file-is-displayed-incor...
  2. 在PDF中替换文本|Aspose.PDF for .NET

    了解更多关于从Aspose.PDF for .NET库中替换和删除文本的各种方法。...// Create rows in the table and then cells in the rows var row3...row3 = table2 . Rows . Add (); row3 . Cells . Add (); row3 . Cells...

    docs.aspose.com/pdf/zh/net/replace-text-in-pdf/
  3. How to Set Width of Cell in Excel using C#

    This brief tutorial contains information on how to set width of cell in Excel using C#. By using C# Excel cell width can be changed with the help of a few API calls only after establishing the environment according to the steps given in this tutorial....implemented for the selected rows in a worksheet by using the...indicate the starting row and ending row. Similarly, if you want...

    kb.aspose.com/cells/net/how-to-set-width-of-cel...
  4. NuGet Gallery | Aspose.Cells 25.3.0

    A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.... Insert and Delete Rows and Columns Provides methods...methods for inserting or deleting rows and columns. Apply Styles and...

    www.nuget.org/packages/Aspose.Cells
  5. DataTable | Aspose.Words for Java

    Represents one table of in-memory data in Java....getRows() Gets the collection of rows that belong to this table. getTableName()...DataRow row) onDataRowDeleted(System.Data.DataRow row) onDataRowInserted(System...

    reference.aspose.com/words/java/com.aspose.word...
  6. Set Conditional Formats of Excel and ODS files|...

    How to apply conditional formats to Excel and ODS files in Node.js via C++....Worksheets Apply Shading to Alternate Rows and Columns with Conditional...

    docs.aspose.com/cells/nodejs-cpp/conditional-fo...
  7. Wrapping Cell Text|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....SetStyle ( style ); // Autofit rows worksheet . AutoFitRows ();...

    docs.aspose.com/cells/net/wrapping-cell-text/
  8. Aspose.Cells 16.12.0 中的公共 API 更改|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....); //Manipulate pivot table rows, columns and data fields pt...AddFieldToArea ( PivotFieldType_Row , pt -> GetIBaseFields ()-> GetObjectByIndex...

    docs.aspose.com/cells/zh/cpp/public-api-changes...
  9. MappedDataFieldCollection.ContainsKey | Aspose....

    Discover if a specific document field mapping exists in MappedDataFieldCollection with the ContainsKey method. Streamline data management effortlessly!... Rows . Add ( new object [] { "Value1"...

    reference.aspose.com/words/net/aspose.words.mai...
  10. 使用C++在Node.js中复制和移动工作表|Documentation

    本文包含示例代码,描述如何使用C++的Node.js API在Excel工作簿内以及跨工作簿编程复制和移动工作表。...// Put some data into header rows (A1:A4) for ( let i = 0 ; i...i , 0 ). putValue ( `Header Row ${ i } ` ); } // Put some detail...

    docs.aspose.com/cells/zh/nodejs-cpp/copying-and...