Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 241,507 for

cells

(0.13 sec)
  1. 在PHP中使用工作表索引删除工作表|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 Helper Object $ptr = new \COM ( 'Aspose.Cells.Interop...$workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array ( $dataDir...

    docs.aspose.com/cells/zh/net/removing-worksheet...
  2. Get worksheet unique ID with Node.js via C++|Do...

    This article shows how to get an Excel worksheet's unique ID using the Node.js library and C++ API programmatically....Cells for Node.js via C++ provides...AsposeCells = require ( "aspose.cells.node" ); // The path to the...

    docs.aspose.com/cells/nodejs-cpp/get-worksheet-...
  3. 在没有内容时输出空白页面(C++)|Documentation

    使用C++处理空工作表并打印空白页面...Cells在导出工作表为图像时不会打印任何内容。可以通过设置 ImageOrPrintOptions...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/output-blank-page-...
  4. Shading class | Aspose.Words for Node.js

    Aspose.Words.Shading class. Contains shading attributes for an object...); // Create a row with two cells with different background colors...builder . writeln ( "Row 1, Cell 1." ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Customizing the Ribbon XML with C++|Documentation

    Learn how to customize the Ribbon XML in Excel files using Aspose.Cells with C++....Cells allows you to: Keep Ribbon XML...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/customizing-the-ribbo...
  6. 使用C++导出带有viewBox属性的SVG图表|Documentation

    使用Aspose.Cells结合C++将带有viewBox属性的图表导出为SVG格式。...Cells提供了 ImageOrPrintOptions.GetSVGFitToViewPort()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-chart-to-sv...
  7. 使用 C++ 设置标题和正文主题字体|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持在 Excel 文档中设置标题和正文主题字体,帮助用户自定义文档的外观和样式。本文介绍如何使用 Aspose.Cells 库处理 Excel 文档中的标题和正文主题字体。...Cells for C++,我们可以检查默认字体是否为主题字体,或通过...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/headings-and-body-...
  8. Aspose::Words::Tables::Table::get_LeftPadding m...

    Aspose::Words::Tables::Table::get_LeftPadding method. Gets or sets the amount of space (in points) to add to the left of the contents of Cells in C++....the left of the contents of cells. double Aspose :: Words :: Tables...builder -> Write ( u "Row 1, cell 1." ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Aspose::Words::Tables::Table::get_RightPadding ...

    Aspose::Words::Tables::Table::get_RightPadding method. Gets or sets the amount of space (in points) to add to the right of the contents of Cells in C++....the right of the contents of cells. double Aspose :: Words :: Tables...builder -> Write ( u "Row 1, cell 1." ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non‑primitive shapes using Aspose.Cells with C++....Cells, non‑primitive shapes are assigned...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/data-in-non-primitive...