Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 232,848 for

cells

(0.46 sec)
  1. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the C++ API or Library to programmatically hide or show gridlines, row and column headers of an Excel worksheet....Cells supports hiding and showing...default. They help delineate cells so that it is easy to enter...

    docs.aspose.com/cells/cpp/show-and-hide-gridlin...
  2. 用 Node.js 在 C++ 中创建工作簿和工作表范围命名|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建工作簿和工作表范围命名。...Cells for Node.js via C++ 提供与 Microsoft...AsposeCells = require ( "aspose.cells.node" ); // The path to the...

    docs.aspose.com/cells/zh/nodejs-cpp/create-work...
  3. 在 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 - 分组管理行和列 分组行和列 可以通过调用Cells集合的groupRows和g...getWorksheets () -> get ( 0 ); $cells = $worksheet -> getCells ();;...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  4. Protect and Unprotect Workbook Structure with C...

    Protect and unprotect workbook structure of Excel files using C++ with Aspose.Cells....Cells for C++ You only need the following...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/protect-and-unprotect...
  5. 创建并嵌入 Excel 图表作为 OLE 对象|Aspose.Slides 文档

    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....string Cell , object Value ) { targetSheet . get_Range ( Cell , Cell...Cell ). set_Value ( xlNS . XlRangeValueDataType . xlRangeValueDefault...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  6. How to Format Number to Fraction with C++|Docum...

    This article will introduce how to format numbers to fractions using Aspose.Cells for C++ API....Using the Format Cells Dialog Select the Cells : First, select...select the cells that you want to format as fractions. You can click...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  7. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats....create_ole_image ( cell_range , image_resolution ): page_setup = cell_range...page_setup page_setup . print_area = cell_range . address page_setup ...

    docs.aspose.com/slides/python-net/working-solut...
  8. Create and Manage Chart with JavaScript via C++...

    Learn how to use Aspose.Cells for JavaScript via C++ to create charts in Microsoft Excel. Our guide will demonstrate various chart types and how to customize their appearance and formatting....Cells. Aspose.Cells provides many flexible...This topic discusses Aspose.Cells' charting objects. Creating...

    docs.aspose.com/cells/javascript-cpp/creating-c...
  9. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...Cells完全支持所有这些对齐设置,并在下面详细讨论。 Aspose.Cells中的对齐设置 Aspose...Aspose.Cells提供一个表示Excel文件的类 Workbook 。 Workbook 类包含一个 Worksheets...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  10. 使用C++重用样式对象|Documentation

    在Aspose.Cells for C++中,通过创建和使用可重用的样式对象,可以简化样式管理并提高代码效率。我们的指南将帮助您利用可重用样式对象的优势,并将其实现于您的应用程序中。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/zh/cpp/reusing-style-obje...