Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / StyleName Property


In This Topic
    StyleName Property (TableView)
    In This Topic
    Gets or sets the table style name.
    Syntax
    'Declaration
     
    
    Public Property StyleName As String
    'Usage
     
    
    Dim instance As TableView
    Dim value As String
     
    instance.StyleName = value
     
    value = instance.StyleName
    public string StyleName {get; set;}
    See Also