Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultStyleCollection Class / DataAreaDefault Field
Example


In This Topic
    DataAreaDefault Field
    In This Topic
    Represents the default style for data area cells in the sheet.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly DataAreaDefault As NamedStyle
    'Usage
     
    
    Dim value As NamedStyle
     
    value = DefaultStyleCollection.DataAreaDefault
    public static readonly NamedStyle DataAreaDefault

    Field Value

    NamedStyle object containing the style
    Example
    See Also