Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyleCollection Class / DefaultStyle Property


In This Topic
    DefaultStyle Property (TableStyleCollection)
    In This Topic
    Gets or sets default style.
    Syntax
    'Declaration
     
    
    Public Property DefaultStyle As String
    'Usage
     
    
    Dim instance As TableStyleCollection
    Dim value As String
     
    instance.DefaultStyle = value
     
    value = instance.DefaultStyle
    public string DefaultStyle {get; set;}
    See Also