Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RowHeader Class / DefaultStyle Property
Example


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;}

    Property Value

    StyleInfo object containing style information for cells in this row header
    Example
    This example sets the background to red, and then applies that style to the row header, which sets all the row headers to a red background.
    See Also