Spread Windows Forms 12.0 Product Documentation
ValidateGroupState(Boolean,Int32,Int32,Boolean) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultRangeGroupModel Class : ValidateGroupState(Boolean,Int32,Int32,Boolean) Method
Syntax
'Declaration
 
Protected Sub ValidateGroupState( _
   ByVal isRowGroup As Boolean, _
   ByVal fromIndex As Integer, _
   ByVal count As Integer, _
   ByVal updateCollapsedIndexes As Boolean _
) 
'Usage
 
Dim instance As DefaultRangeGroupModel
Dim isRowGroup As Boolean
Dim fromIndex As Integer
Dim count As Integer
Dim updateCollapsedIndexes As Boolean
 
instance.ValidateGroupState(isRowGroup, fromIndex, count, updateCollapsedIndexes)
protected void ValidateGroupState( 
   bool isRowGroup,
   int fromIndex,
   int count,
   bool updateCollapsedIndexes
)

Parameters

isRowGroup
fromIndex
count
updateCollapsedIndexes
See Also

Reference

DefaultRangeGroupModel Class
DefaultRangeGroupModel Members