Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 21,438 for

range

(0.17 sec)
  1. Working with multipage image formats|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....format, the 1st page of the range will be exported; in the case...multi-page format, all pages of the range will be exported. Example of...

    docs.aspose.com/imaging/python-net/working-with...
  2. How to Delete a Column in Excel using Node.js

    This basic topic entails how to delete a column in Excel using Node.js. It encompasses the details to configure the IDE, step-wise algorithm, and a working example code to delete multiple columns in Excel using Node.js....remove a single column or a range of columns is presented in this...required worksheet Remove the range of specific columns by passing...

    kb.aspose.com/cells/nodejs/how-to-delete-a-colu...
  3. Merge Cells in Word using Java

    This article describes how to merge cells in Word using Java. It has the IDE settings, a list of steps, and a sample code to combine cells in Word using Java....of this method to combine a range of cells in the target table...starting/ending cells of the range you want to merge. Finally,...

    kb.aspose.com/words/java/merge-cells-in-word-us...
  4. Remove Duplicate Rows in Excel using C#

    This article assists how to remove duplicate rows in Excel using C#. It provides the IDE settings, steps, and a code to delete duplicate lines in Excel using C#....RemoveDuplicates() method with cells range, flag for headers, and columns...duplicate rows within a selected range Remove all duplicate rows from...

    kb.aspose.com/cells/net/remove-duplicate-rows-i...
  5. How to Apply Conditional Formatting in Excel Ba...

    This article guides on how to apply conditional formatting in Excel based on cell value using Python. It has the IDE settings and steps along with a sample code to create conditional formatting in Excel using Python....get its access Create a cell range where this condition is to be...the FormatConditionType and range Set the background color for...

    kb.aspose.com/cells/python/how-to-apply-conditi...
  6. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…...(cells) range onto it. For example, you may create a range based...insertColumns(3,1, options); with: Range range1 = worksheet.getCells()...

    forum.aspose.com/t/insertcolumns-not-work-fine-...
  7. FieldMergeBarcode.backgroundColor property | As...

    FieldMergeBarcode.backgroundColor property. Gets or sets the background color of the barcode symbol... Valid values are in the range [0, 0xFFFFFF] get backgroundColor...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Fields::FieldToc::set_HeadingLev...

    Aspose::Words::Fields::FieldToc::set_HeadingLevelRange method. Sets a Range of heading levels to include in C++....FieldToc::set_HeadingLevelRange method Sets a range of heading levels to include...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    Discover the UseSubstitutions property in FindReplaceOptions. Easily enable substitutions in replacement patterns for enhanced text editing flexibility.... Range . Replace ( regex , @"$2 took...([A-z]+) to ([A-z]+)" ); doc . Range . Replace ( regex , @"$3 bought...

    reference.aspose.com/words/net/aspose.words.rep...
  10. How and Where to Use Enumerators|Documentation

    Learn how to How and Where to Use Enumerators through the Aspose.Cells for .NET API....GetEnumerator Range.GetEnumerator All of the above-mentioned...demonstrated below. Using Display Range Using MaxDataRow & MaxDataColumn...

    docs.aspose.com/cells/net/how-and-where-to-use-...