[]
Informs the data model about the change of the rows visible states.
void InformRowsVisibleStateChanged(IFindRowsVisibleStateSupport findRowsVisibleStateSupport, List<LinearRange> changingVisibleRangeIndex)
Sub InformRowsVisibleStateChanged(findRowsVisibleStateSupport As IFindRowsVisibleStateSupport, changingVisibleRangeIndex As List(Of LinearRange))
| Type | Name | Description |
|---|---|---|
| IFindRowsVisibleStateSupport | findRowsVisibleStateSupport | Object that supports getting the row visible state. |
| List<LinearRange> | changingVisibleRangeIndex | List of row index ranges with a changed visible state. |