Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RangeGroup Class / Direction Property


In This Topic
    Direction Property (RangeGroup)
    In This Topic
    Gets or sets the direction.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Direction As RangeGroupDirection
    'Usage
     
    Dim instance As RangeGroup
    Dim value As RangeGroupDirection
     
    instance.Direction = value
     
    value = instance.Direction
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public RangeGroupDirection Direction {get; set;}

    Property Value

    A value that specifies the location of the range group summary row or column. The default value is Forward.
    See Also