Spread for ASP.NET 11 Product Documentation
InformRowsVisibleStateChanged Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IReceiveRowsVisibleStateChangedNotificationSupport Interface : InformRowsVisibleStateChanged Method
Object that supports getting the row visible state.
List of row index ranges with a changed visible state.
Informs the data model about the change of the rows visible states.
Syntax
'Declaration
 
Sub InformRowsVisibleStateChanged( _
   ByVal findRowsVisibleStateSupport As IFindRowsVisibleStateSupport, _
   ByVal changingVisibleRangeIndex As List(Of LinearRange) _
) 
'Usage
 
Dim instance As IReceiveRowsVisibleStateChangedNotificationSupport
Dim findRowsVisibleStateSupport As IFindRowsVisibleStateSupport
Dim changingVisibleRangeIndex As List(Of LinearRange)
 
instance.InformRowsVisibleStateChanged(findRowsVisibleStateSupport, changingVisibleRangeIndex)

Parameters

findRowsVisibleStateSupport
Object that supports getting the row visible state.
changingVisibleRangeIndex
List of row index ranges with a changed visible state.
See Also

Reference

IReceiveRowsVisibleStateChangedNotificationSupport Interface
IReceiveRowsVisibleStateChangedNotificationSupport Members