Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TableStyles Class / AddCustomStyles Method
The table style.


In This Topic
    AddCustomStyles Method
    In This Topic
    Adds the specified custom style.
    Syntax
    'Declaration
     
    Public Shared Sub AddCustomStyles( _
       ByVal style As TableStyle _
    ) 
    'Usage
     
    Dim style As TableStyle
     
    TableStyles.AddCustomStyles(style)
    public static void AddCustomStyles( 
       TableStyle style
    )

    Parameters

    style
    The table style.
    See Also