Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / RowRangeGroup Property
Example


In This Topic
    RowRangeGroup Property
    In This Topic
    Gets the row range group.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowRangeGroup As RangeGroup
    'Usage
     
    Dim instance As Worksheet
    Dim value As RangeGroup
     
    value = instance.RowRangeGroup
    public RangeGroup RowRangeGroup {get;}

    Property Value

    The row range group.
    Example
    This example uses the RowRangeGroup property.
    See Also