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

cells

(0.16 sec)
  1. 使用内置样式的C++|Documentation

    用C++代码使用Excel的内置样式与Aspose.Cells for C++ API...Cells提供了大量可重复使用的样式来格式化电子表格文档中的单元格...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/using-built-in-sty...
  2. Specify the Far East and Latin Name of the Font...

    Learn how to specify the Far East and Latin font names in text options of a shape using Aspose.Cells for C++....Cells provides TextOptions.GetFarEastName()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/specify-the-far-east-...
  3. Save Specified Worksheets to PDF with C++|Docum...

    Export specific worksheets to PDF using Aspose.Cells with C++....Cells saves all visible worksheets...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/save-specified-worksh...
  4. How to Install Python to Run Aspose.Cells for P...

    This article describes how to install Python for Java to run aspose-Cells by providing steps and a sample code to test the environment. This procedure to install python will be applicable for Ubuntu....Cells Product Family Aspose.Email...Install Python to Run Aspose.Cells for Python via Java This tutorial...

    kb.aspose.com/total/python/how-to-install-pytho...
  5. Set Text of Chart Legend Entry Fill to None wit...

    Learn how to use Aspose.Cells for C++ to set the text of a chart legend entry fill to none. Our guide will demonstrate how to modify the fill color of legend entries in Microsoft Excel charts for better visualization and customization....Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Charts ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/cpp/set-text-of-chart-leg...
  6. 用C++根据原始值搜索数据|Documentation

    学习如何通过Aspose.Cells for C++ API根据原始值进行数据搜索。...Cells 使用 LookInType.OriginalValues...Excel的查找选项找到的单元格D4,但Aspose.Cells可以使用 LookInType.OriginalValues...

    docs.aspose.com/cells/zh/cpp/search-data-using-...
  7. Copy Row Heights of Source Range to Destination...

    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 for JavaScript via C++ provides...> < head > < title > Aspose.Cells Example </ title > </ head >...

    docs.aspose.com/cells/javascript-cpp/copy-row-h...
  8. Implementing Non-Sequential Ranges|Documentation

    This article shows how to add non‑sequential ranges using the Aspose.Cells for Python via .NET API....ranges are rectangular with cells continuous and adjacent to each...a non‑sequential cell range in which cells are not adjacent....

    docs.aspose.com/cells/python-net/implementing-n...
  9. 在 Node.js 中插入范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中插入范围并移动其他数据。...Cells for Node.js via C++ 插入范围 Aspose.Cells for Node...Node.js via C++ 提供 Cells.insertRange(CellArea, number, ShiftType...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-rang...
  10. 设置打印区域|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 - 设置打印区域 默认情况下,只有打印区域包括所有包含...sheet1 . Cells [ 0 , 0 ]. Value = 1 ; sheet1 . Cells [ 0 , 1 ]...

    docs.aspose.com/cells/zh/net/set-print-area/