Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 24,383 for

range

(0.42 sec)
  1. ChartSeriesGroup.first_slice_angle property | A...

    ChartSeriesGroup.first_slice_angle property. Gets or sets the angle, in degrees, of the first slice of the parent pie chart.... The range of acceptable values is from...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Export OFT to SVG via C++ | products.aspose.com

    C++ API to Convert OFT to SVG without using Microsoft Word or Outlook...to use and provides a wide range of features. It supports a variety...to use and provides a wide range of features. It supports a variety...

    products.aspose.com/total/cpp/conversion/oft-to...
  3. Wrapping Cell Text|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.... Range cellA1 = sheet . Cells . get_Range ( "A1" );.... Excel . Range cellA5 = sheet . Cells . get_Range ( "A5" );...

    docs.aspose.com/cells/net/wrapping-cell-text/
  4. Aspose::Words::Drawing::HorizontalRuleFormat::g...

    Aspose::Words::Drawing::HorizontalRuleFormat::get_WidthPercent method. Gets or sets the length of the specified horizontal rule expressed as a percentage of the window width in C++....get_WidthPercent () Remarks Valid values range from 1 to 100 inclusive. The...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Set Conditional Formats of Excel and ODS files|...

    How to apply conditional formats to Excel and ODS files in Node.js via C++....apply formats to a cell or range of cells and have that formatting...the worksheet by calling the Range.copy() method. Applying Conditional...

    docs.aspose.com/cells/nodejs-cpp/conditional-fo...
  6. Apply Conditional Formatting in Worksheets|Docu...

    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...allows you to apply formats to a range of cells and have that formatting...

    docs.aspose.com/cells/net/apply-conditional-for...
  7. How to Create Pivot Table in Excel using C#

    This short tutorial is designed to teach how to create pivot table in Excel using C#. To create pivot table programmatically C# is used and all the steps are described with respect to it....in C# by providing the data range, and destination cell where...number in the selected data range. You can also use another pivotFieldType...

    kb.aspose.com/cells/net/how-to-create-pivot-tab...
  8. Link Slicer to Multiple Pivot Tables using Python

    Follow this article to link slicer to multiple pivot tables using Python. It has details to set the IDE, a list of steps, and a sample code to connect slicer to multiple pivot tables....first pivot table from the data range and set the fields. Create the...using Python . Define the data range dynamically instead of hardcoding...

    kb.aspose.com/cells/python/link-slicer-to-multi...
  9. FieldCollection.Count | Aspose.Words for .NET

    Discover the FieldCollection Count property, which efficiently returns the total number of fields in your collection for streamlined data management.... Range . Fields ; Assert . That ( fields...FieldCollection fields = doc . Range . Fields ; Assert . That ( fields...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Formatting not retained while creating .ppt fro...

    I'm trying to save a excel workbook template as a powerpoint presentation. The background color of grey colored cells in the tables in the excel sheets are not retained as such. They become black instead. How do we reta…...getWorksheets(); NamedRange[] ranges = sheets.getNamedRanges();...for (NamedRange range : ranges) { if (!range.getText().startsWith(namePrefix))...

    forum.aspose.com/t/formatting-not-retained-whil...