[]
Gets the index of the left most column of the specified viewport column.
public int GetViewportLeftColumn(int columnViewportIndex)
Public Function GetViewportLeftColumn(columnViewportIndex As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | columnViewportIndex | Viewport column index |
| Type | Description |
|---|---|
| int | The index of the left most column of the specified viewport. |
Gets the index of the left most column of the specified viewport column.
public int GetViewportLeftColumn(int sheetIndex, int columnViewportIndex)
Public Function GetViewportLeftColumn(sheetIndex As Integer, columnViewportIndex As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | sheetIndex | Sheet index |
| int | columnViewportIndex | Viewport column index |
| Type | Description |
|---|---|
| int | The index of the left most column of the specified viewport. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Specified sheet index is not valid; must be between 0 and total number of sheets. |