ComponentOne FlexGrid for WinForms
Item(String) Property

C1.Win.C1FlexGrid Namespace > CellStyleCollection Class > Item Property : Item(String) Property
Gets a CellStyle by name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As CellStyle
public CellStyle Item( 
   string name
) {get;}

Parameters

name
Remarks
If the specified name doesn't exist, this indexer returns null.
See Also

Reference

CellStyleCollection Class
CellStyleCollection Members
Overload List