AttributesCollectionContains Method |
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Contains(
string key
)
Public Function Contains (
key As String
) As Boolean
public:
virtual bool Contains(
String^ key
) sealed
abstract Contains :
key : string -> bool
override Contains :
key : string -> bool
Parameters
- key
- Type: SystemString
Return Value
Type:
BooleanImplements
IAttributesCollectionContains(String)
See Also