Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 248,257 for

cells

(0.1 sec)
  1. Get Paper Width and Height of Page Setup of Wor...

    Learn how to get the Excel Worksheet Page Setup paper width and paper height using C++ code programmatically with Aspose.Cells for C++ API....Cells.h" using namespace Aspose :: Cells ; using namespace...std ; int main () { Aspose :: Cells :: Startup (); // Create an...

    docs.aspose.com/cells/cpp/get-paper-width-and-h...
  2. Find Maximum Rows and Columns supported by XLS ...

    Learn how to find the maximum rows and columns supported by XLS and XLSX formats using Aspose.Cells for C++....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Print message about...

    docs.aspose.com/cells/cpp/find-maximum-rows-and...
  3. 创建命名区域|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 for .NET允许开发人员通过其应用程序执行大部分在Microsoft...Basic来执行这些步骤。接下来的代码示例展示了如何使用 Aspose.Cells for .NET ,同样使用C#或Visual Basic来执行相同的操作。...

    docs.aspose.com/cells/zh/net/creating-a-named-r...
  4. Disable Downlevel Revealed Comments while savin...

    Eliminate Downlevel Revealed Comments while saving Excel files to HTML using Aspose.Cells with C++....Cells reveals Downlevel Conditional...conditional comment Aspose.Cells allows you to eliminate these...

    docs.aspose.com/cells/cpp/disable-downlevel-rev...
  5. Render Worksheet to Graphic Context with C++|Do...

    Learn how to render a worksheet to a graphic context using Aspose.Cells for C++....Cells can now render a worksheet to...illustrates how to use Aspose.Cells to render a worksheet to a graphic...

    docs.aspose.com/cells/cpp/render-worksheet-to-g...
  6. How to Format Numbers to Special|Documentation

    This article will introduce how to format numbers to special using Aspose.Cells for JavaScript via C++ API.... For instance, formatting a cell to display dates ensures that...changes based on the value of the cell (e.g., turning red if a budget...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  7. How to Format Number to Fraction|Documentation

    This article introduces how to format numbers to fractions using Aspose.Cells for JavaScript via 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/javascript-cpp/how-to-for...
  8. Check if VBA Project is Protected and Locked fo...

    Learn how to check if VBA Project is protected and locked for viewing in Excel files using Aspose.Cells for C++....Cells allows you to check if the VBA...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/check-if-vba-project-...
  9. 用 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...
  10. Setting Dynamic Array Formulas with C++|Documen...

    How to use Aspose.Cells library to calculate dynamic array formulas in Microsoft Excel with C++....data rather than individual cells. Array formulas can be used...calculations across multiple cells or ranges simultaneously. They...

    docs.aspose.com/cells/cpp/calculation-of-dynami...