Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 244,637 for

cells

(0.28 sec)
  1. Combine Multiple Worksheets into a Single Works...

    Learn how to combine multiple worksheets into a single worksheet using Aspose.Cells with C++....Cells API. This article will show...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  2. 用C++检测VBA项目是否受保护且锁定以供查看|Documentation

    学习如何用Aspose.Cells for C++检测Excel中VBA项目是否已受保护且锁定查看。...Cells允许你检测Excel文件的VBA(Visual Basic...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/check-if-vba-proje...
  3. Table class | Aspose.Words for Python

    aspose.words.tables.Table class. Represents a table in a Word document...resize cells in a table to fit their contents. allow_cell_spacing...the “Allow spacing between cells” option. allow_overlap Gets...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Determine which Axis exists in the Chart with C...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for C++. Our guide will help you understand how to identify and access the different axes in a chart, including category, value, and secondary axes....Cells provides the Chart.HasAxis(AxisType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/determine-which-axis-...
  5. Fill Settings|Documentation

    Learn how to customize the fill settings, background, and style of Cells using the Aspose.Cells library for JavaScript via C++....colors of cells and background patterns. Aspose.Cells also supports...these features using Aspose.Cells. Setting Colors and Background...

    docs.aspose.com/cells/javascript-cpp/cells-fill...
  6. Retrieving SQL Connection Data with C++|Documen...

    Learn how to retrieve SQL connection data, including server URL, username, table name, and more using Aspose.Cells for C++....Cells can help you retrieve SQL connection...create a database query. Aspose.Cells provides the Workbook::get_DataConnections()...

    docs.aspose.com/cells/cpp/retrieving-sql-connec...
  7. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects using Aspose.Cells with C++....Cells provides the OleObject.GetClassIdentifier()...<iostream> #include "Aspose.Cells.h" #include <guiddef.h> using...

    docs.aspose.com/cells/cpp/get-or-set-the-class-...
  8. Setting Shadow of Text Effects of Shape or Text...

    Learn how to set the shadow of text effects for shapes or textboxes using Aspose.Cells for C++....Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/cpp/setting-shadow-of-tex...
  9. 用C++向工作表添加WordArt水印|Documentation

    学习如何使用 Aspose.Cells for C++ 在Excel工作表中添加WordArt水印。...Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/zh/cpp/add-wordart-waterm...
  10. 用 C++ 实现线程评论|Documentation

    学习如何使用 Aspose.Cells 与 C++ 在 Excel 文件中添加、读取、编辑和删除线程评论。...Cells还提供了管理分线评论的功能。 添加分线评论 使用Excel添加分线评论...这将打开一个对话框,以输入活动单元格中的评论。 使用Aspose.Cells添加分线评论 Aspose.Cells 提供 Comments.AddThreadedComment...

    docs.aspose.com/cells/zh/cpp/threaded-comments/