Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 21,510 for

range

(0.07 sec)
  1. Data Sorting|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.... CellArea , the range of cells. Define the cell area...xls” and sorts data for data range (A1:B14) in the first worksheet:...

    docs.aspose.com/cells/java/sort-data-of-excel/
  2. BookmarkStart.bookmark property | Aspose.Words ...

    BookmarkStart.bookmark property. Gets the facade object that encapsulates this bookmark start and end.... range . bookmarks ; expect ( bookmarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....cell 2nd parameter refers to a range of cells The custom function...all the values from the cell range specified as 2nd parameter and...

    docs.aspose.com/cells/net/how-to-calculate-cust...
  4. StructuredDocumentTagCollection.remove method |...

    StructuredDocumentTagCollection.remove method. Removes the structured document tag with the specified identifier.... range . structured_document_tags sdt...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Group Presentation Shapes with Python|Aspose.Sl...

    Learn to group and ungroup shapes in PowerPoint and OpenDocument decks using Aspose.Slides for Python—fast, step-by-step guide with free code.... slides [ 0 ] for i in range ( len ( sld . shapes )): # Accessing...Accessing the group shape. for j in range ( len ( shape . shapes )): #...

    docs.aspose.com/slides/python-net/group/
  6. Raw Data Processing|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....(2^bis count – 1) range. The indexed raw data formats...image and downgrade its color range to 2 bits per pixel. In either...

    docs.aspose.com/imaging/net/raw-data-processing/
  7. GradientStop Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.GradientStop class, your solution for creating stunning gradients with customizable stops for enhanced document visuals....gradient expressed as a percent in range 0.0 to 1.0. Transparency { get;...fill expressed as a percent in range 0.0 to 1.0. Methods Name Description...

    reference.aspose.com/words/net/aspose.words.dra...
  8. FindReplaceDirection | Aspose.Words for Java

    Specifies direction for replace operations in Java....to start from the end of the range, and traverse back to the beginning...start from the beginning of the range, and traverse to the end. options...

    reference.aspose.com/words/java/com.aspose.word...
  9. IStructuredDocumentTag class | Aspose.Words for...

    aspose.words.markup.IStructuredDocumentTag class. Interface to define a common data for [StructuredDocumentTag](../structureddocumenttag/) and [StructuredDocumentTagRangeStart](../structureddocumenttagRangestart/)....true if this instance is a ranged (multi-section) structured...interface for accessing ranged and non-ranged structured tags. sdts...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 在VSTO和Aspose.Cells中为单元格添加超链接|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....//Define a range object(A1). Excel . Range _range ; _range = objSheet...objSheet . get_Range ( "A1" , "A1" ); //Add a hyperlink to it. objSheet...

    docs.aspose.com/cells/zh/net/add-hyperlinks-to-...