Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 24,395 for

range

(0.17 sec)
  1. SwissQRBill|Aspose.BarCode for Python via .NET ...

    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....IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx...

    docs.aspose.com/barcode/python-net/api-referenc...
  2. 设置打印区域|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....(); // Specifying the cells range (from A1 cell to F20 cell) of...

    docs.aspose.com/cells/zh/java/set-print-area/
  3. Unexpected Behavior in Word Tag Replacement (As...

    Hello Team, We are facing an unexpected issue with the below code used for replacing tags in Word documents. The function is intended to replace tags (e.g., {{TagName}}) with corresponding values. If a tag has no value…...Range.Replace(new Regex(@"\{\{(.+...12:20pm 2 @Chilke The call doc.Range.Replace(new Regex(@"\{\{(.+...

    forum.aspose.com/t/unexpected-behavior-in-word-...
  4. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_Rotation method. Gets or sets the rotation of the label in degrees in C++....get_Rotation () Remarks The range of acceptable values is from...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Lock cells value can't be edited but can be del...

    Hi, I have some cells containing formulas that I don’t want users to modify. I’ve locked the cells and protected the sheet, which prevents editing. However, users can still delete the values in those cells. Is there a wa…...get(0); // first sheet var range = sheet.getRange("B2:D10");...in the range for (var r = range.getFirstRow(); r <= range.getLastRow();...

    forum.aspose.com/t/lock-cells-value-cant-be-edi...
  6. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....Chart" ); // Add series data range (D2:F13, actually) chart . GetNSeries...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  7. FontInfoCollection class | Aspose.Words for Python

    aspose.words.fonts.FontInfoCollection class. Represents a collection of fonts used in a document... for i in range ( all_fonts . count ): print...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ReplacingArgs.groupIndex property | Aspose.Word...

    ReplacingArgs.groupIndex property. Identifies, by index, a captured group in the Aspose.Words.Replacing.ReplacingArgs.Match that is to be replaced with the [ReplacingArgs.replacement](../replacement/) string....range.replace' , () => { let doc =...let replacementCount = doc . range . replace ( new Regex ( "[0-9]+"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Table.node_type property | Aspose.Words for Python

    Table.node_type property. Returns [NodeType.TABLE](../../../aspose.words/nodetype/#TABLE).... TABLE , True ) for i in range ( tables . count ): table =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Working with Bookmarks in Python|Aspose.Words f...

    How to insert, obtain, move, show or hide bookmarks using Python....document can overlap and span any range. Badly formed bookmarks or bookmarks...other purposes. Use the Node.range property exposed by any document...

    docs.aspose.com/words/python-net/working-with-b...