Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / TableDataRowStyleName Property


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