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


In This Topic
ActiveSkin Property
In This Topic
Gets or sets the skin for the sheet.
Syntax
'Declaration
 
Public Overridable Property ActiveSkin As SheetSkin
 
'Usage
 
Dim instance As SheetView
Dim value As SheetSkin
 
instance.ActiveSkin = value
 
value = instance.ActiveSkin
See Also