ComponentOne FlexGrid for WinForms
Add(String) Method

C1.Win.C1FlexGrid Namespace > CellStyleCollection Class > Add Method : Add(String) Method
Name of the new style.
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

Reference

CellStyleCollection Class
CellStyleCollection Members
Overload List