Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / DefaultStyle Property


In This Topic
DefaultStyle Property (CellInfoRange)
In This Topic
Gets or sets the StyleInfo object for the default style.
Syntax
'Declaration
 
Public Property DefaultStyle As StyleInfo
 
'Usage
 
Dim instance As CellInfoRange
Dim value As StyleInfo
 
instance.DefaultStyle = value
 
value = instance.DefaultStyle
See Also