FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.DocumentModels Class / Style Property


Style Property (SheetView.DocumentModels)
Gets or sets the style model.
Syntax
'Declaration
 
Public Property Style As ISheetStyleModel
 
'Usage
 
Dim instance As SheetView.DocumentModels
Dim value As ISheetStyleModel
 
instance.Style = value
 
value = instance.Style
Exceptions
ExceptionDescription
Model is not specified (or specified value is null)
See Also