FlexGrid for WinForms
Item(String) Property



Gets a CellStyle by name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As CellStyle
'Usage
 
Dim instance As CellStyleCollection
Dim name As String
Dim value As CellStyle
 
value = instance.Item(name)
public CellStyle Item( 
   string name
) {get;}
public:
property CellStyle^ Item {
   CellStyle^ get(String^ name);
}

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellStyleCollection Class
CellStyleCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback