Spread Windows Forms 12.0 Product Documentation
RangeGroupModelEventArgs Constructor(Boolean,RangeGroupModelEventType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > RangeGroupModelEventArgs Class > RangeGroupModelEventArgs Constructor : RangeGroupModelEventArgs Constructor(Boolean,RangeGroupModelEventType)
Whether the outline (range group) is of rows (or else columns)
Type of outline (range group) model event
Creates a new outline (range group) model event arguments object.
Syntax
'Declaration
 
Public Function New( _
   ByVal isRowGroup As Boolean, _
   ByVal type As RangeGroupModelEventType _
)
'Usage
 
Dim isRowGroup As Boolean
Dim type As RangeGroupModelEventType
 
Dim instance As New RangeGroupModelEventArgs(isRowGroup, type)
public RangeGroupModelEventArgs( 
   bool isRowGroup,
   RangeGroupModelEventType type
)

Parameters

isRowGroup
Whether the outline (range group) is of rows (or else columns)
type
Type of outline (range group) model event
See Also

Reference

RangeGroupModelEventArgs Class
RangeGroupModelEventArgs Members
Overload List