Spread Windows Forms 15.0
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


In This Topic
    RangeGroupModelEventArgs Constructor(Boolean,RangeGroupModelEventType)
    In This Topic
    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