GrapeCity.Xaml.SpreadSheet.UI
ShowColumnRangeGroup Property (SheetView)


GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : ShowColumnRangeGroup Property
Gets or sets whether the column range group is visible.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ShowColumnRangeGroup As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.ShowColumnRangeGroup = value
 
value = instance.ShowColumnRangeGroup
[DefaultValue()]
public bool ShowColumnRangeGroup {get; set;}
See Also

Reference

SheetView Class
SheetView Members