Sort Score
Result 10 results
Languages All
Labels All
Results 4,261 - 4,270 of 241,509 for

cells

(0.11 sec)
  1. ConditionalStyle.TopPadding | Aspose.Words for ...

    Discover the ConditionalStyle TopPadding property to easily adjust space above table cell contents, enhancing layout and readability for better design....above the contents of table cells. public double TopPadding {...InsertCell (); builder . Write ( "Cell 1" ); builder . InsertCell ();...

    reference.aspose.com/words/net/aspose.words/con...
  2. Disable Pivot Table Ribbons with C++|Documentation

    Learn how to disable pivot table ribbons in Excel files using Aspose.Cells for C++....Cells provides this ability to developers...same is provided by Aspose.Cells. Developers can disable the...

    docs.aspose.com/cells/cpp/disable-pivot-table-r...
  3. Save Each Worksheet to a Different PDF File wit...

    Learn how to save each worksheet in an Excel file to a separate PDF file using Aspose.Cells for C++....Cells supports converting XLS files...) to PDF documents. Aspose.Cells for C++ can work independently...

    docs.aspose.com/cells/cpp/save-each-worksheet-t...
  4. Setting Strong Encryption Type with C++|Documen...

    Learn how to apply strong encryption and password protection to Excel files using Aspose.Cells with C++....Cells API. Applying Encryption with...Applying Encryption with Aspose.Cells The code examples below apply...

    docs.aspose.com/cells/cpp/setting-strong-encryp...
  5. How to Add Filter in XLSX File using C++

    In this tutorial, we will learn how to add filter in XLSX file using C++. You can insert filter in Excel worksheet on MS Windows or Linux programmatically in C++....Cells Product Family Aspose.Email...using C++ Install the Aspose.Cells.Cpp package with NuGet package...

    kb.aspose.com/cells/cpp/how-to-add-filter-in-xl...
  6. 使用C++导出Excel的文档工作簿和工作表属性到HTML|Documentation

    学习如何在将Excel文件转换为HTML时导出或避免导出文档、工作簿和工作表属性,使用编号Aspose.Cells for C++。...Cells导出Excel为HTML时,它还会导出各种类型的文档、工...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-document-wo...
  7. Get Warnings while Loading Excel File with C++|...

    Learn how to catch and handle warnings while loading Excel files using Aspose.Cells for C++....Cells throws warnings while loading...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class WarningCallback...

    docs.aspose.com/cells/cpp/get-warnings-while-lo...
  8. 如何使用 C++ 获取 OData 连接信息|Documentation

    学习如何使用Aspose.Cells for C++从Excel文件中提取OData连接信息。...Cells提供了 Workbook.GetDataMashup()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-get-odata-c...
  9. 用 C++ 在数据透视表中分组字段|Documentation

    学习如何使用 Aspose.Cells for C++ 在数据透视表中分组字段。...Cells也提供使用 PivotTable.GroupBy() 方法的此功能。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/group-pivot-fields...
  10. Aspose::Words::Tables::Table::get_CellSpacing m...

    Aspose::Words::Tables::Table::get_Cellspacing method. Gets or sets the amount of space (in points) between the Cells in C++....space (in points) between the cells. double Aspose :: Words :: Tables...spacing between individual cells in a table. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.tab...