Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollection Class / DefaultStyles Field
Example


In This Topic
    DefaultStyles Field
    In This Topic
    Represents the read-only collection of default styles.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly DefaultStyles As DefaultStyleCollection
    'Usage
     
    
    Dim value As DefaultStyleCollection
     
    value = NamedStyleCollection.DefaultStyles
    public static readonly DefaultStyleCollection DefaultStyles
    Example
    This example removes the specified default style from the collection.
    See Also