Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 201,350 for

aspose cells

(0.15 sec)
  1. Show Formulas Instead of Values in a Worksheet ...

    This article provides sample code for using the C++ API to programmatically display formulas rather than values in an Excel worksheet or spreadsheet....same thing using Aspose.Cells. Aspose.Cells provides a Worksheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/show-formulas-instead...
  2. Update Days Preserving History of Revision Logs...

    Learn how to update the number of days for preserving history in a shared workbook using Aspose.Cells with C++....preserving history using Aspose.Cells with WorksheetCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/update-days-preservin...
  3. 使用C++重用样式对象|Documentation

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

    docs.aspose.com/cells/zh/cpp/reusing-style-obje...
  4. 用C++设置工作表中的评论或形状的边距|Documentation

    学习如何使用Aspose.Cells在C++中设置工作表内评论或形状的边距。...Contents [ Hide ] 可能的使用场景 Aspose.Cells允许你使用 Shape.GetTextAlignment()...GetTextAlignment() 属性设置任何形状或评论的边距。该属性返回一个 Aspose.Cells.Drawing.Texts.ShapeTextAlignment...

    docs.aspose.com/cells/zh/cpp/set-margins-of-com...
  5. How to Set Print Area with C++|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library with C++....Select the Cells: Click and drag to select the range of cells you want...Area: If you want to add more cells to the existing print area,...

    docs.aspose.com/cells/cpp/how-to-set-print-area/
  6. 使用C++在非原始形状中插入数据|Documentation

    使用Aspose.Cells和C++访问和操作非原始形状中的数据。... 非基本形状 在Aspose.Cells中,非原始形状分配的类型为 AutoShapeType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/data-in-non-primit...
  7. CellFormat.vertical_alignment property | Aspose...

    CellFormat.vertical_alignment property. Returns or sets the vertical alignment of text in the cell....vertical alignment of text in the cell. @property def vertical_alignment...vertical_alignment ( self ) -> aspose . words . tables . CellVerticalAlignmen...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Add Icons to Worksheet with C++|Documentation

    Learn how to add icons to Excel worksheets using Aspose.Cells with C++....Worksheet in Aspose.Cells If you need to use Aspose.Cells to add ‘icons’...help you insert icons using Aspose.Cells . There is also a necessary...

    docs.aspose.com/cells/cpp/insert-svg-to-excel/
  9. Customizing the Ribbon XML with C++|Documentation

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

    docs.aspose.com/cells/cpp/customizing-the-ribbo...
  10. Reading Cell Values in Multiple Threads Simulta...

    Learn how to read Cell Values in Multiple Threads Simultaneously through the Aspose.Cells for C++ API....Reading Cell Values in Multiple Threads Simultaneously with C++...Contents [ Hide ] Needing to read cell values in multiple threads simultaneously...

    docs.aspose.com/cells/cpp/reading-cell-values-i...