Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 17,863 for

area

(0.6 sec)
  1. How to Add Icon Sets Conditional Formatting|Doc...

    How to use the Aspose.Cells for Python via .NET library to apply Icon Sets conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....get_format_condition ( self , cell_area_name , color ): index = self...index ] area = self . get_cell_area_by_name ( cell_area_name )...

    docs.aspose.com/cells/python-net/how-to-add-ico...
  2. ChartSeriesType enumeration | Aspose.Words for ...

    Aspose.Words.Drawing.Charts.ChartSeriesType enumeration. Specifies a type of a chart series....Members Name Description Area Represents an Area chart series. AreaStacked...AreaStacked Represents a Stacked Area chart series. AreaPercentStacked...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 用C++进行数据透视表的自定义排序|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段值进行排序。...Drag the first field to the row area pivotTable . AddFieldToArea...the second field to the column area pivotTable . AddFieldToArea...

    docs.aspose.com/cells/zh/cpp/custom-sorting-in-...
  4. Add WordArt Watermark to Chart with Golang via ...

    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....the effect to a chart’s plot area as a watermark. The WordArt...watermark for the chart plot area. The following example shows...

    docs.aspose.com/cells/go-cpp/add-wordart-waterm...
  5. Managing Ranges|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.... The rectangular area you selected can also be easily...want to create a rectangular area that extends over A1:C4 , you...

    docs.aspose.com/cells/java/managing-ranges/
  6. Data Validation with C++|Documentation

    Learn how to add data validation through the Aspose.Cells for C++ API....GetValidations (); // Create Cell Area CellArea ca ; ca . StartRow...CellArea area ; area . StartRow = 0 ; area . EndRow = 1 ; area . StartColumn...

    docs.aspose.com/cells/cpp/data-validation/
  7. XLSX to PDF only the first rows are rendered - ...

    Hi team, I’m converting an Excel file (.xlsx) to PDF. The PDF only shows the first rows of the sheet; the rest of the rows are not rendered. I’m attaching the original Excel and a screenshot of the output where the trun…...that a predefined printable area is set for the worksheet in...in mind that when a printable area is defined in the Page Setup...

    forum.aspose.com/t/xlsx-to-pdf-only-the-first-r...
  8. ChartType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartType enumeration. Specifies type of a chart....Description Area Area chart. AreaStacked Stacked Area chart. AreaPercentStacked...AreaPercentStacked 100% Stacked Area chart. Area3D 3D Area chart. Area3DStacked...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartSeriesType enumeration | Aspose.Words for ...

    aspose.words.drawing.charts.ChartSeriesType enumeration. Specifies a type of a chart series....Description AREA Represents an Area chart series. AREA_STACKED Represents...Represents a Stacked Area chart series. AREA_PERCENT_STACKED Represents...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Managing Ranges with Golang via C++|Documentation

    Learn how to manage ranges in Excel files using Aspose.Cells with Golang via C++. Create, modify, and style ranges programmatically.... The rectangular area you selected can also be easily...want to create a rectangular area that extends over A1:C4 , you...

    docs.aspose.com/cells/go-cpp/managing-ranges/