[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Printing.IWorksheetNavigator.NextColumn

NextColumn Method

NextColumn(IWorksheet, int)

Get next column.

Declaration
int NextColumn(IWorksheet worksheet, int column)
Function NextColumn(worksheet As IWorksheet, column As Integer) As Integer
Parameters
Type Name Description
IWorksheet worksheet

A worksheet.

int column

The index of column.

Returns
Type Description
int

The index of next visible column.