Sort Score
Result 10 results
Languages All
Labels All
Results 3,521 - 3,530 of 24,677 for

range

(0.17 sec)
  1. ChartAxis.MinorUnit | Aspose.Words for .NET

    Discover the ChartAxis MinorUnit property to easily adjust the spacing of minor tick marks for enhanced chart clarity and precision....get ; set ; } Remarks Valid range of a value is greater than zero...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Get Inline Error Message - Free Support Forum -...

    Using ReportingEngine to build Word reports with inline error detection enabled via ReportBuildOptions.InlineErrorMessages. Issue: In some cases, especially with complex expressions (e.g., comparing nullable numbers to …...Range.Text.Contains("<<Error!") or...is set to true . Check Doc Range for Errors: After building the...

    forum.aspose.com/t/get-inline-error-message/315601
  3. The most common archive formats | Aspose.Zip fo...

    C# API lets you work with creating and managing popular archives in your applications without the need of any other 3rd party applications and provides various methods to perform operations on archives....library designed to handle a wide range of archive formats, including...comprehensive support for a wide range of archive formats, allowing...

    docs.aspose.com/zip/net/popular-archive-formats/
  4. Split a Document in C#|Aspose.Words for .NET

    Split a document into several files using C#. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page Ranges....document by pages or by page ranges. Both splitting options will...document page by page, by page ranges, or starting with the specified...

    docs.aspose.com/words/net/split-a-document/
  5. Aspose::Words::Tables::CellFormat::get_Vertical...

    Aspose::Words::Tables::CellFormat::get_VerticalMerge method. Specifies how the cell is merged with other cells vertically in C++....cell will be the first in a range of vertically merged cells....

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. Incorrect Rendering of charts to image - Free S...

    Hi Aspose Team, I’m trying to convert a chart to image and then inserting it at a placeholder in word. The rendered image of the excel is different from the excel itself. static void TestChartInsertion() { Aspose.C…...Range namedRange = null; string dir...@"C:\Test_06032026\"; List<string> ranges = new() { "AllMeasures", "RHC"...

    forum.aspose.com/t/incorrect-rendering-of-chart...
  7. FootnoteSeparator class | Aspose.Words for Python

    aspose.words.notes.FootnoteSeparator class. Represents a container for the footnote/endnote separator and continuation content of a document....(Inherited from Node ) range Returns a Range object that represents...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BookmarksOutlineLevelCollection indexer | Aspos...

    BookmarksOutlineLevelCollection indexer. Gets or sets a bookmark outline level at the specified index.... Valid range is 0 to 9. Examples Shows how...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Create 3D Mesh and Scene|Documentation

    A Mesh is defined by a set of control points and the many n-sided polygons as needed. This article explains how to define a Mesh....PolygonBuilder ( mesh ) for face in range ( 6 ): # Start defining a new...builder . begin () for v in range ( 4 ): # The indice of vertice...

    docs.aspose.com/3d/python-net/create-3d-mesh-an...
  10. Chart labels are rendered incorrectly when conv...

    Hi Aspose team, I’m trying to convert a Range of cells in excel that contains a chart to an EMF image using the following code: //Load the Excel file Workbook workbook = new Workbook(dir + @"\Test_07312025\Chart_templa…...team, I’m trying to convert a range of cells in excel that contains...print area with your desired range in the worksheet worksheet.PageSetup...

    forum.aspose.com/t/chart-labels-are-rendered-in...