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


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