[]
Row visibility is changed.
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)
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 |