[]
Returns the zero based column number of the first column of the first range.
int Column { get; }
ReadOnly Property Column As Integer
| Type | Description |
|---|---|
| int | The column. |
IRange range = worksheet.Range["B2:C3"];
int column = range.Column;