Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 240,508 for

cells

(0.1 sec)
  1. 通过C++用JavaScript格式化行列|Documentation

    Aspose.Cells for Java脚本通过C++可以支持更改行高或列宽,以及对行或列应用格式。...Cells,开发者可以在运行时执行这些操作。 处理行 如何调整行高 Aspose.Cells for Java脚本通过C++提供了一个类...Worksheet 类提供一个 cells 集合,表示工作表中的所有单元格。 cells 集合提供若干方法,用于管理工作表中的行或列。以下是一些详细介绍。...

    docs.aspose.com/cells/zh/javascript-cpp/adjusti...
  2. ConditionalStyle.bottom_padding property | Aspo...

    ConditionalStyle.bottom_padding property. Gets or sets the amount of space (in points) to add below the contents of table Cells....below the contents of table cells. @property def bottom_padding...builder . insert_cell () builder . write ( 'Cell 1' ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. ConditionalStyle.top_padding property | Aspose....

    ConditionalStyle.top_padding property. Gets or sets the amount of space (in points) to add above the contents of table Cells....above the contents of table cells. @property def top_padding (...builder . insert_cell () builder . write ( 'Cell 1' ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. Row.next_row property | Aspose.Words for Python

    Row.next_row property. Gets the next [Row](../) node....enumerate through all table cells. doc = aw . Document ( file_name...0 ] # Enumerate through all cells of the table. row = table ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. ConditionalStyle.topPadding property | Aspose.W...

    ConditionalStyle.topPadding property. Gets or sets the amount of space (in points) to add above the contents of table Cells....above the contents of table cells. get topPadding () : number...insertCell (); builder . write ( "Cell 1" ); builder . insertCell ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Public API Changes in Aspose.Cells 8.6.1|Docume...

    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....Cells 8.6.1 Contents [ Hide ] This...describes the changes to the Aspose.Cells API from version 8.6.0 to 8...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. How to Add Time Periods Conditional Formatting|...

    How to use the Aspose.Cells library in C# to apply Time Periods conditional formatting. By adjusting these criteria, you have more control over how Cells look and appear....Formatting: Select the range of date cells you want to format. Example:...group. Hover over Highlight Cells Rules . Click on A Date Occurring…...

    docs.aspose.com/cells/net/how-to-add-time-perio...
  8. 通过C++指定数据区域和切片器组位置复制Sparkline|Documentation

    学习如何通过指定数据区域和位置使用Aspose.Cells for C++复制sparkline。...Cells支持此功能。 在Microsoft Excel中复制火花线到其他单元格:...。 指定数据范围和位置。 点击 确定 。 Aspose.Cells提供 SparklineCollection.Add(dataRange...

    docs.aspose.com/cells/zh/cpp/copy-sparkline-by-...
  9. Convert PS to EXCEL in Android Apps | products....

    Render PS to EXCEL in Android Apps API without using Microsoft Excel or Adobe Reader...perform calculations, format cells, and generate charts. How Aspose...Spreadsheet Processing API [Aspose.Cells for Android via Java](https://products...

    products.aspose.com/total/android-java/conversi...
  10. Tables not merging correctly when multiple colu...

    I have a word document that has a bunch of tables on it. When I try to merge all of the tables into one table the columns become all mismatched, like so: This is the code I am using to merge the tables: public void…...same number of cells as the mergeTable if (row.Cells.Count == mergeTable...mergeTable.FirstRow.Cells.Count) { mergeTable.Rows.Add(row.Clone(true));...

    forum.aspose.com/t/tables-not-merging-correctly...