Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 238,938 for

aspose cells

(0.7 sec)
  1. Set Margins of Comment or Shape inside the Work...

    Learn how to set margins of comments or shapes inside a worksheet using Aspose.Cells with C++....Possible Usage Scenarios Aspose.Cells allows you to set the margins...returns an object of the Aspose.Cells.Drawing.Texts.ShapeTextAlignment...

    docs.aspose.com/cells/cpp/set-margins-of-commen...
  2. Output Blank Page when there is Nothing to Prin...

    Handle empty worksheets and print blank pages with Aspose.Cells using C++....the sheet is empty, then Aspose.Cells will not print anything...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/output-blank-page-whe...
  3. Locking WordArt Watermark with C++|Documentation

    Learn how to lock WordArt watermarks in Excel worksheets using Aspose.Cells for C++. Prevent editing, movement, and selection of watermarks programmatically....with C++ Contents [ Hide ] Aspose.Cells APIs allow you to add WordArt...aspects of the watermark. Aspose.Cells APIs allow locking certain...

    docs.aspose.com/cells/cpp/locking-wordart-water...
  4. 在使用C++保存为HTML时,通过CrossHideRight隐藏覆盖内容|Documenta...

    使用Aspose.Cells在C++中通过CrossHideRight隐藏覆盖内容以保存为HTML。...默认情况下,Aspose.Cells根据微软Excel生成HTML,但当你将交叉类型更改为...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/hiding-overlaid-co...
  5. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the shadow effect of shapes or charts using Aspose.Cells for C++....Possible Usage Scenarios Aspose.Cells provides the GetShadowEffect()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/working-with-the-shad...
  6. Add WordArt Watermark to Chart with C++|Documen...

    Learn how to use Aspose.Cells for C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  7. 使用ImageOrPrintOptions的PageIndex和PageCount属性渲染页面...

    使用 Aspose.Cells 和 C++ 将 Excel 文件的页面序列渲染为图像。...Contents [ Hide ] 可能的使用场景 您可以使用 Aspose.Cells 和 ImageOrPrintOptions.GetPageIndex()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/render-sequence-of...
  8. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization.... Aspose.Cells provides the Chart.GetChartObject()...using Aspose.Cells. #include <iostream> #include "Aspose.Cells...

    docs.aspose.com/cells/cpp/manipulate-position-s...
  9. Calculate Page Setup Scaling Factor with C++|Do...

    This article provides sample code explaining how to use the C++ API or library to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel worksheet programmatically....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create workbook object...

    docs.aspose.com/cells/cpp/calculate-page-setup-...
  10. 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....with C++ Contents [ Hide ] Aspose.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...