FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / DefaultStyle Property


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