Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfo Class / IndentColor Property


In This Topic
IndentColor Property
In This Topic
Gets or sets the indent color of the grouping information.
Syntax
'Declaration
 
Public Property IndentColor As Color
 
'Usage
 
Dim instance As GroupInfo
Dim value As Color
 
instance.IndentColor = value
 
value = instance.IndentColor
See Also