EntireRow Property
EntireRow
Gets a IRange object that represents the entire row (or rows) that contains the specified range.
Declaration
IRange EntireRow { get; }
ReadOnly Property EntireRow As IRange
Property Value
| Type |
Description |
| IRange |
A IRange object that represents the entire row.
|