Link Search Menu Expand Document

Range Methods

The Range type exposes the following members.

Methods
NameDescription
Public methodAddress
Returns the range reference.
Public methodAddress(Boolean, Boolean, Boolean)
Returns the range reference.
Public methodCalculate
Calculates the formulas in the Range.
Public methodCopyInto(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)
Public methodCopyInto(Int32, Int32)
Makes a copy and paste of this range into a new range specified by top left cell (row, col indexes)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge
Merges cells in the range.
Public methodSort(String, SortOrder, Boolean, SortOrientation, SortDataOption)
Sorts a range.
Public methodSort(String, SortOrder, String, SortOrder, String, SortOrder, Boolean, SortOrientation, SortDataOption, SortDataOption, SortDataOption)
Sorts a range.
Public methodSpecialCells
Returns a CellList object that represents all the cells that match the specified type and value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnMerge
Unmerges cells in the range.
Top
See Also

Reference