The XLRange type exposes the following members.

Constructors

  Name Description
Public method XLRange(String)
Initialization range.
Public method XLRange(Int32, Int32)
Initialization range.
Public method XLRange(Int32, Int32, Int32, Int32)
Initialization range.

Methods

  Name Description
Public method Clone
Creates a new XLRange object that is a copy of the current instance.
Public method Equals
(Overrides Object..::..Equals(Object).)
Public method GetHashCode
(Overrides Object..::..GetHashCode()()()().)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property ColumnFirst
Gets or sets the index of the left column in the range.
Public property ColumnLast
Gets or sets the index of the right column in the range.
Public property RowFirst
Gets the index of the top row in the range.
Public property RowLast
Gets or sets the index of the bottom row in the range.

See Also