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


In This Topic
    Style Property (SheetView.DocumentModels)
    In This Topic
    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
    public ISheetStyleModel Style {get; set;}
    Exceptions
    ExceptionDescription
    Model is not specified (or specified value is null)
    See Also