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