[]
Represents a table style manager.
public class TableStyleCollection : IEnumerable, ISerializeSupport, ISerializable
Public Class TableStyleCollection
Implements IEnumerable, ISerializeSupport, ISerializable
Name | Description |
---|---|
TableStyleCollection(SerializationInfo, StreamingContext) | Creates a new TableStyleCollection from the SerializationInfo object. |
Name | Description |
---|---|
BuiltInTableStyleName | Gets list of names of built-in table style. |
Count | Gets number of table style in collection. |
DefaultStyle | Gets or sets default style. |
this[int] | Gets a TableStyle object. |
this[string] | Gets a table style by name. |
Name | Description |
---|---|
Add(TableStyle) | Adds a table style. |
Clear() | Clear style collection. |
DeserializeEntry(SerializationEntry) | Deserialize for each binary entry |
GetEnumerator() | Get table style enumerator. |
Remove(string) | Remove a table style. |
Name | Description |
---|---|
CollectionChanged | Occurs when there was a changed in the style collection. |