AttributesCollectionItem Property |
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As String
Get
Set
public:
virtual property String^ default[String^ key] {
String^ get (String^ key) sealed;
void set (String^ key, String^ value) sealed;
}
abstract Item : string with get, set
override Item : string with get, set
Parameters
- key
- Type: SystemString
Property Value
Type:
StringImplements
IAttributesCollectionItemString
See Also