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


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