Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RangeGroupButtonStyle Property


In This Topic
RangeGroupButtonStyle Property
In This Topic
Gets or sets the style of the outline (range group) button.
Syntax
'Declaration
 
Public Property RangeGroupButtonStyle As RangeGroupButtonStyle
 
'Usage
 
Dim instance As SheetView
Dim value As RangeGroupButtonStyle
 
instance.RangeGroupButtonStyle = value
 
value = instance.RangeGroupButtonStyle
See Also