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


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

    Property Value

    The column range group.
    Example
    This example uses the ColumnRangeGroup property.
    See Also