FlexGrid for WinForms
Contains Method (CellStyleCollection)



Name of the style to look for.
Checks whether the collection contains a given style.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal name As String _
) As Boolean
'Usage
 
Dim instance As CellStyleCollection
Dim name As String
Dim value As Boolean
 
value = instance.Contains(name)
public bool Contains( 
   string name
)
public:
bool Contains( 
   String^ name
) 

Parameters

name
Name of the style to look for.

Return Value

True if the collection contains a style called name, false otherwise.
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

 

 


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

Send Feedback