Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 244,637 for

cells

(0.21 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. 使用 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...
  4. 使用C++将工作表渲染为图像时设置默认字体|Documentation

    了解如何使用Aspose.Cells与C++在将工作表渲染为图像时设置默认字体。...Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/zh/cpp/set-default-font-w...
  5. 从形状获取连接点(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...
  6. 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...
  7. 用 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...
  8. Create New Spreadsheet in xlsx4j|Documentation

    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 - Create New Spreadsheet The...add ( "My Worksheet" ); Cells cells = worksheet . getCells ();...

    docs.aspose.com/cells/java/create-new-spreadshe...
  9. Refresh and Calculate Pivot Table having Calcul...

    Refresh and calculate pivot table with calculated items using Aspose.Cells with C++....Cells now supports refreshing and...First, we change the value of cell D2 to 20, then refresh and calculate...

    docs.aspose.com/cells/cpp/refresh-and-calculate...
  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/