[]
Get previous column.
int PreviousColumn(IWorksheet worksheet, int column)
Function PreviousColumn(worksheet As IWorksheet, column As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| IWorksheet | worksheet | A worksheet. |
| int | column |
| Type | Description |
|---|---|
| int | The index of previous visible column. |