Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeader Class / DefaultStyle Property


In This Topic
    DefaultStyle Property (RowHeader)
    In This Topic
    Gets or sets the default style for the cells in the row header.
    Syntax
    'Declaration
     
    
    Public Property DefaultStyle As StyleInfo
    'Usage
     
    
    Dim instance As RowHeader
    Dim value As StyleInfo
     
    instance.DefaultStyle = value
     
    value = instance.DefaultStyle
    public StyleInfo DefaultStyle {get; set;}
    See Also