Range Methods
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The Range type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Address | Returns the range reference. |
![]() | Address(Boolean, Boolean, Boolean) | Returns the range reference. |
![]() | Calculate | Calculates the formulas in the Range. |
![]() | CopyInto(String) | Makes a copy and paste of this range into a new range specified by top left cell (referenced by A1-style name, for example: A1, F3 or C4) |
![]() | CopyInto(Int32, Int32) | Makes a copy and paste of this range into a new range specified by top left cell (row, col indexes) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Merge | Merges cells in the range. |
![]() | Sort(String, SortOrder, Boolean, SortOrientation, SortDataOption) | Sorts a range. |
![]() | Sort(String, SortOrder, String, SortOrder, String, SortOrder, Boolean, SortOrientation, SortDataOption, SortDataOption, SortDataOption) | Sorts a range. |
![]() | SpecialCells | Returns a CellList object that represents all the cells that match the specified type and value. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnMerge | Unmerges cells in the range. |
See Also