Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / ShowColumnRangeGroup Property


In This Topic
    ShowColumnRangeGroup Property (SheetView)
    In This Topic
    Gets or sets whether the column range group is visible.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property ShowColumnRangeGroup As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.ShowColumnRangeGroup = value
     
    value = instance.ShowColumnRangeGroup
    [DefaultValue(true)]
    public bool ShowColumnRangeGroup {get; set;}
    See Also