Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RangeGroupStateChangingEventArgs Class / IsRowGroup Property


In This Topic
    IsRowGroup Property (RangeGroupStateChangingEventArgs)
    In This Topic
    Gets whether the outline (range group) is a group of rows.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsRowGroup As Boolean
    'Usage
     
    Dim instance As RangeGroupStateChangingEventArgs
    Dim value As Boolean
     
    value = instance.IsRowGroup
    public bool IsRowGroup {get;}

    Property Value

    A bool value that indicates whether the outline (range group) is a group of rows.
    See Also