[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.UI.UIManager.OnRowVisibilityChanged

OnRowVisibilityChanged Method

OnRowVisibilityChanged(IWorksheet, int, int, bool)

Row visibility is changed.

Declaration
protected abstract void OnRowVisibilityChanged(IWorksheet worksheet, int row, int row2, bool fireEvent)
Protected MustOverride Sub OnRowVisibilityChanged(worksheet As IWorksheet, row As Integer, row2 As Integer, fireEvent As Boolean)
Parameters
Type Name Description
IWorksheet worksheet

A IWorksheet indicates the worksheet contains changed rows.

int row

An integer value indicates the top row index of cell range.

int row2

An integer value indicates the bottom row index of cell range.

bool fireEvent