FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyleCollection Class / Add Method / Add(String) Method
Name of the new style.

In This Topic
    Add(String) Method
    In This Topic
    Adds a new empty CellStyle object to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal name As String _
    ) As CellStyle
    public CellStyle Add( 
       string name
    )

    Parameters

    name
    Name of the new style.

    Return Value

    The new CellStyle object.
    See Also