Sort Score
Result 10 results
Languages All
Labels All
Results 2,791 - 2,800 of 239,186 for

aspose cells

(0.16 sec)
  1. Add Signature Line to the Worksheet with C++|Do...

    This article describes how to add a signature line to the worksheet using C++ codes with Aspose.Cells for C++....Contents [ Hide ] Introduction Aspose.Cells provides the Picture.SignatureLine...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/add-signature-line/
  2. Add XML Map inside the Workbook using XmlMapCol...

    Add XML Map inside the workbook using XmlMapCollection.Add method with C++....Possible Usage Scenarios Aspose.Cells provides the XmlMapCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/add-xml-map-inside-th...
  3. Export Worksheet or Chart into Image with Desir...

    Use Aspose.Cells to export worksheet or chart into image with desired width and height in C++....Contents [ Hide ] You can use Aspose.Cells to export your worksheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/export-worksheet-or-c...
  4. Embed Attachment to PDF with C++|Documentation

    Learn how to embed attachments into PDF using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/cpp/embed-attachment-to-pdf/
  5. 使用C++统计工作表中的单元格数量|Documentation

    在本文中,你将学习如何使用Aspose.Cells的C++ API编程统计Excel工作表中的单元格数目。...您可以使用下面给出的代码示例中所示的 Cells.GetCount() 或 Cells.GetCountLarge() 属性来计算工作表中的单元格数量。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/count-number-of-ce...
  6. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。...Aspose.Cells提供了 Aspose::Cells::Drawing 命名空间,其...Excel中用设计器工作簿创建这些绘图对象,然后导入到Aspose.Cells中。Aspose.Cells允许你从设计师工作簿加载这些绘图对象,并写入生成的文件中。...

    docs.aspose.com/cells/zh/cpp/managing-controls/
  7. Find if the Worksheet is Dialog Sheet with C++|...

    Dialog Sheet is an older sheet format. This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using the C++ API....GetType() property provided by Aspose.Cells. If it returns the enumeration...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/find-if-the-worksheet...
  8. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of linked Ole Objects in Excel files using Aspose.Cells for C++....of the OLE object using Aspose.Cells APIs with the GetLabel()...its label from Sample APIs to Aspose APIs . The console output below...

    docs.aspose.com/cells/cpp/access-and-modify-the...
  9. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....with C++ Contents [ Hide ] Aspose.Cells allows you to set a gradient...background. To achieve this, Aspose.Cells provides the Chart.GetImageData...

    docs.aspose.com/cells/cpp/set-picture-as-backgr...
  10. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in worksheets. By adjusting these criteria, you have more control over how Cells look and appear....conditional formatting to a range of cells in a worksheet. Conditional...apply formats to a range of cells, and have that formatting change...

    docs.aspose.com/cells/cpp/apply-conditional-for...