Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 24,160 for

range

(0.07 sec)
  1. Autofit Rows and Columns|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....Worksheet class provides a wide range of properties and methods for...parameter. AutoFit Row in a Range of Cells A row is composed of...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  2. 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...
  3. Font.NameAscii | Aspose.Words for .NET

    Discover the Font NameAscii property to customize Latin text fonts, enhancing your design with character codes 0-127 for improved readability....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/net/aspose.words/fon...
  4. 查找与外部数据连接相关的查询表和列表对象,通过JavaScript与C++|Documenta...

    学习如何使用Aspose.Cells for JavaScript通过C++查找与外部数据连接相关的查询表和列表对象。...name and print its refersto range console . log ( "querytable...()) { const range = name . range ; if ( ! range . isNull ())...

    docs.aspose.com/cells/zh/javascript-cpp/find-qu...
  5. C# API to Export MD to DOCM | products.aspose.com

    Convert MD to DOCM without using Microsoft Word... It includes a range of APIs that can be used to...to DOC. This API provides a range of features such as creating...

    products.aspose.com/total/net/conversion/md-to-...
  6. Comment | Aspose.Words for .NET

    Create engaging comments effortlessly with our Comment constructor. Initialize a new Comment class instance and enhance user interaction seamlessly!...comments and their comment ranges using a document visitor. public...document, warp it in a comment range, and then add your comment....

    reference.aspose.com/words/net/aspose.words/com...
  7. TextWatermarkOptions.fontSize property | Aspose...

    TextWatermarkOptions.fontSize property. Gets or sets a font size...of the range of valid values. Remarks Valid values range from 0...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentVisitor.visitCommentEnd method | Aspose...

    DocumentVisitor.visitCommentEnd method. Called when enumeration of a comment text has ended....of every comment and comment range in a document. test ( 'CommentsToText'...IndentAndAppendLine ( "[Comment range start] ID: " + commentRangeStart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Accessing Cells of a Worksheet|Documentation

    This article shows how to get the maximum display Range of a worksheet and access cells through the Aspose.Cells for .NET API....index of the cell is out of range. This approach is the fastest...to Get the Maximum Display Range of a Worksheet Aspose.Cells...

    docs.aspose.com/cells/net/accessing-cells-of-a-...
  10. 自动筛选数据|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....//Create the range. Excel . Range range = sheet . get_Range ( "A1"..."B5" ); //Auto-filter the range. range . AutoFilter ( "1" , "<>"...

    docs.aspose.com/cells/zh/net/auto-filter-data/