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