Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 246,355 for

cells

(0.14 sec)
  1. 用 C++ 为形状的文字设置预设文字艺术样式|Documentation

    学习如何用 Aspose.Cells for C++ 为形状的文本设置预设文字艺术样式。...Cells 为形状的文本设置预设文字艺术样式。请使用 FontSetting...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/set-preset-wordart...
  2. Get External Connection Data Source of Pivot Ta...

    Learn how to retrieve the external connection data source of a pivot table using Aspose.Cells for C++....Cells provides the ability to retrieve...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/get-external-connecti...
  3. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Cells Product Family Aspose.Email...Categories Latest Answers Unmerge Cells in Excel using Node.js Extract...

    kb.aspose.com/categories/page/23/
  4. 使用 C++ 移除 ActiveX 控件|Documentation

    学习如何使用 Aspose.Cells for C++ 从工作簿中删除 ActiveX 控件。...Cells 提供了从工作簿中移除 ActiveX 控件的功能。为此,API...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/remove-activex-con...
  5. Creating a complex PDF|Aspose.PDF for .NET

    Aspose.PDF for NET allows you to create more complex documents that contain images, text fragments, and tables in one document.... Cells . Add ( "Departs City" ); headerRow . Cells . Add...Aspose . Pdf . Cell headerRowCell in headerRow . Cells ) { headerRowCell...

    docs.aspose.com/pdf/net/complex-pdf-example/
  6. 用 C++ 计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 C++ API 或库通过程序方式计算网页宽度为 n 页,高度为 m 页的页面设置缩放比例。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create workbook object...

    docs.aspose.com/cells/zh/cpp/calculate-page-set...
  7. Bookmark.last_column property | Aspose.Words fo...

    Bookmark.last_column property. Gets the zero-based index of the last column of the table column range associated with the bookmark.... cells . count : # Print the contents...the bookmark. print ( row . cells [ bookmark . first_column ]...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 从形状获取连接点(C++)|Documentation

    学习如何使用Aspose.Cells for C++检索形状的连接点。...Cells提供丰富的功能管理电子表格中的形状。有时需要获取形状的连...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-connection-poi...
  9. Table|Aspose.Slides Documentation

    Work with tables in Aspose.Slides for Android: create, format, merge Cells, apply styles, import data, and export with Java examples for PPT, PPTX, and ODP....removing them, and merging cells using Aspose.Slides for Android...(); } } Merge Table Cells Merge adjacent cells of a table into a...

    docs.aspose.com/slides/androidjava/examples/ele...
  10. Get Hyperlinks in Range with C++|Documentation

    Learn how to get hyperlinks in a range using the Aspose.Cells for C++ API....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String srcDir ( u "...

    docs.aspose.com/cells/cpp/get-hyperlinks-in-range/