GrapeCity.Win.MultiRow Namespace : NamedCellStyleDictionary Class |
The following tables list the members exposed by NamedCellStyleDictionary.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the NamedCellStyleDictionary. | |
Item | Gets or sets the element with the specified key. | |
Keys | Gets a ICollection that contains the keys of the NamedCellStyleDictionary. | |
Values | Gets a ICollection that contains the values in the NamedCellStyleDictionary. |
Name | Description | |
---|---|---|
Add | Adds a CellStyle with the provided key and value to the NamedCellStyleDictionary. | |
Clear | Removes all CellStyles from the NamedCellStyleDictionary. | |
Clone | Creates a new object that is a copy of the current instance. | |
ContainsKey | Determines whether the NamedCellStyleDictionary contains an element with the specified key. | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
Load | Overloaded. Deserializes the current NamedCellStyleDictionary from an XML file. | |
Remove | Removes the element with the specified key from the NamedCellStyleDictionary. | |
Save | Overloaded. Serializes the current NamedCellStyleDictionary to an XML file. | |
TryGetValue | Gets the value associated with the specified key. |