The XLRange type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
XLRange(String) |
Initialization range.
|
|
|
XLRange(Int32, Int32) |
Initialization range.
|
|
|
XLRange(Int32, Int32, Int32, Int32) |
Initialization range.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Clone |
Creates a new XLRange object that is a copy of the current instance.
|
|
|
Equals | (Overrides Object..::..Equals(Object).) |
|
|
GetHashCode | (Overrides Object..::..GetHashCode()()()().) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
ToString | (Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
ColumnFirst |
Gets or sets the index of the left column in the range.
|
|
|
ColumnLast |
Gets or sets the index of the right column in the range.
|
|
|
RowFirst |
Gets the index of the top row in the range.
|
|
|
RowLast |
Gets or sets the index of the bottom row in the range.
|