Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 23,379 for

table

(0.06 sec)
  1. Creating Hierarchical View Sheet|Documentation

    This article introduce how to create hierarchical view in GridWeb.... Data stored in database tables is fetched to a DataSet and...data representing the data tables. Using the data binding feature...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  2. Specify whether the PivotTable is compatible fo...

    Learn how to specify PivotTable compatibility for Excel2003 using Aspose.Cells for C++ while refreshing the PivotTable....is set to true and the pivot table is refreshed, the data of cell...cell B5 of the pivot table is truncated and becomes 255 characters...

    docs.aspose.com/cells/cpp/specify-whether-the-p...
  3. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between cells or conforming paragraphs....settings to vertical borders to a table row’s format. doc = aw . Document...Create a table with red and blue inner borders. table = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. GDB format - Free Support Forum - aspose.com

    Hi Alexander, Regarding the GDB format can you verify this code: Console.WriteLine(" Gdb:"); ** Console.WriteLine(" Purpose:a folder-based database format from Esri storing multiple feature class…...multiple feature classes and tables.“);** ** Console.WriteLine(”...as a dataset or just as one table.“);** ** Console.WriteLine(”...

    forum.aspose.com/t/gdb-format/324526
  5. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between cells or conforming paragraphs....settings to vertical borders to a table row’s format. let doc = new...Create a table with red and blue inner borders. let table = builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. NodeList.ToArray | Aspose.Words for .NET

    Effortlessly convert NodeList to an array with the ToArray method, simplifying node manipulation and enhancing your web development workflow....doc = new Document ( MyDir + "Tables.docx" ); // This expression...which are descendants of any table node in the document. NodeList...

    reference.aspose.com/words/net/aspose.words/nod...
  7. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for JavaScript via C++....representation of the data in a pivot table. Pivot charts provide a way...pivot table. If you add or remove fields in the pivot table, the...

    docs.aspose.com/cells/javascript-cpp/how-to-add...
  8. ParagraphFormat.SpaceAfterAuto | Aspose.Words f...

    Discover the ParagraphFormat SpaceAfterAuto property. Automatically adjust paragraph spacing for a cleaner, more professional document layout....added after a table. Spacing is not added after a table if it is the...the last block in a table cell. Spacing is not added after the...

    reference.aspose.com/words/net/aspose.words/par...
  9. 在 PHP 中管理演示文稿表格|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 在 PowerPoint 幻灯片中创建和编辑表格。探索简易代码示例,以简化您的表格工作流。...Slides 提供了 Table 类、 Cell 类以及其他类型,帮助您在各种演示文稿中创建、更新和管理表格。...rowHeight 数组。 通过 addTable 方法向幻灯片添加 Table 对象。 遍历每个 Cell ,对上、下、左、右边框进行格式化。...

    docs.aspose.com/slides/zh/php-java/manage-table/
  10. MarkdownExportAsHtml | Aspose.Words for Java

    Allows to specify the elements to be exported to Markdown as raw HTML in Java....Examples: Shows how to export a table to Markdown as raw HTML. Document...builder.writeln("Sample table:"); // Create table. builder.insertCell();...

    reference.aspose.com/words/java/com.aspose.word...