[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Printing.IWorksheetNavigator

IWorksheetNavigator Interface

Interface that supports find previous/next visible rows, columns.

Namespace: GrapeCity.Spreadsheet.Printing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IWorksheetNavigator
Public Interface IWorksheetNavigator

Methods

Name Description
NextColumn(IWorksheet, int)

Get next column.

NextRow(IWorksheet, int)

Get next row.

PreviousColumn(IWorksheet, int)

Get previous column.

PreviousRow(IWorksheet, int)

Get previous row.