Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / Style Property


In This Topic
Style Property (CellInfo)
In This Topic
Gets or sets the style.
Syntax
'Declaration
 
Public Property Style As StyleInfo
 
'Usage
 
Dim instance As CellInfo
Dim value As StyleInfo
 
instance.Style = value
 
value = instance.Style
See Also