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


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