Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RangeGroupInfo Class / State Property


In This Topic
    State Property
    In This Topic
    Gets or sets the state of this outline (range group).
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property State As GroupState
    'Usage
     
    Dim instance As RangeGroupInfo
    Dim value As GroupState
     
    instance.State = value
     
    value = instance.State
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public GroupState State {get; set;}

    Property Value

    The state of this outline (range group). The default value is Expanded.
    See Also