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


In This Topic
    DefaultStyleName Property (SheetView)
    In This Topic
    Gets or sets the name of the default style for the sheet.
    Syntax
    'Declaration
     
    
    Public Property DefaultStyleName As String
    'Usage
     
    
    Dim instance As SheetView
    Dim value As String
     
    instance.DefaultStyleName = value
     
    value = instance.DefaultStyleName
    public string DefaultStyleName {get; set;}
    Exceptions
    ExceptionDescription
    Specified NamedStyle object could not be found in the collection
    See Also