Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 20,071 for

range

(0.04 sec)
  1. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for Python via .NET API....only dates within a certain range. With data validation, you can...entered into a cell, or cell range. Below, code snippets illustrate...

    docs.aspose.com/cells/python-net/data-validation/
  2. Aspose::Words::Saving::NumeralFormat enum | Asp...

    Aspose::Words::Saving::NumeralFormat enum. Indicates the symbol set that is used to represent numbers while rendering to fixed page formats in C++.... Unicode range U+0660 - u+0669. EasternArabicIndic...and Urdu: ۰۱۲۳۴۵۶۷۸۹. Unicode range U+06F0 - u+06F9. Context 3 Symbol...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::CommentRangeEnd::get_Id method |...

    Aspose::Words::CommentRangeEnd::get_Id method. Specifies the identifier of the comment to which this region is linked to in C++....comments and their comment ranges using a document visitor. void...document, warp it in a comment range, and then add your comment....

    reference.aspose.com/words/cpp/aspose.words/com...
  4. CommentRangeStart Class | Aspose.Words for .NET

    Discover the Aspose.Words.CommentRangeStart class, marking comment-associated text regions for enhanced document management and editing efficiency.... Range { get; } Returns a Range object that represents...comments and their comment ranges using a document visitor. public...

    reference.aspose.com/words/net/aspose.words/com...
  5. CommentRangeEnd Class | Aspose.Words for .NET

    Discover the Aspose.Words.CommentRangeEnd class, marking the end of comment-associated text regions. Enhance document management with precise commenting!... Range { get; } Returns a Range object that represents...comments and their comment ranges using a document visitor. public...

    reference.aspose.com/words/net/aspose.words/com...
  6. FieldXE.page_range_bookmark_name property | Asp...

    FieldXE.page_Range_bookmark_name property. Gets or sets the name of the bookmark that marks a Range of pages that is inserted as the entry's page number....page_range_bookmark_name property FieldXE.page_range_bookmark_name...of the bookmark that marks a range of pages that is inserted as...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Merge or UnMerge Cells in a Worksheet|Documenta...

    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....//Get the range of cells i.e.., A1:C1. Excel . Range rng1 = excelApp...excelApp . get_Range ( "A1" , "C1" ); //Merge the cells. rng1...

    docs.aspose.com/cells/net/merge-or-unmerge-cell...
  8. Insert a Picture Based on Cell Reference|Docume...

    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.... Since the cell or cell range is linked to the graphic object...the data in that cell or cell range automatically appear in the...

    docs.aspose.com/cells/python-net/insert-a-pictu...
  9. Font.name_ascii property | Aspose.Words for Python

    Font.name_ascii property. Returns or sets the font used for Latin text (characters with character codes from 0 (zero) through 127)....within the ASCII characters' range. In that case, # it will display...characters outside of the ASCII range. # Ideally, this font should...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 用 Node.js 在工作表中移动单元格范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 移动工作表中的单元格范围。... getCells (); const range = cells . createRange ( "A1"..."B5" ); //move the range to right. range . moveTo ( 0 , 2 );...

    docs.aspose.com/cells/zh/nodejs-cpp/move-range-...