[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport.InformRowsVisibleStateChanged

InformRowsVisibleStateChanged Method

InformRowsVisibleStateChanged(IFindRowsVisibleStateSupport, List<LinearRange>)

Informs the data model about the change of the rows visible states.

Declaration
void InformRowsVisibleStateChanged(IFindRowsVisibleStateSupport findRowsVisibleStateSupport, List<LinearRange> changingVisibleRangeIndex)
Sub InformRowsVisibleStateChanged(findRowsVisibleStateSupport As IFindRowsVisibleStateSupport, changingVisibleRangeIndex As List(Of LinearRange))
Parameters
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.