Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Overloaded. Gets the ExcelStyle at the specified index. |
The following tables list the members exposed by CustomStyleList.
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Overloaded. Gets the ExcelStyle at the specified index. |
Name | Description | |
---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | Add | Adds an ExcelStyle to the CustomStyleList. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Overloaded. Searches for the specified ExcelStyle and returns the zero-based index of the first occurrence within the collection. |
![]() | Insert | Inserts an ExcelStyle object to the CustomStyleList at the specified index. |
![]() | Remove | Removes an ExcelStyle object from the CustomStyleList with the specified style ID. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | OnClear | Overridden. Performs additional custom processes when clearing the contents of the CustomStyleList instance. |
![]() | OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the CustomStyleList instance. |
![]() | OnInsert | Overridden. Performs additional custom processes before inserting a new item into the CustomStyleList. |
![]() | OnInsertComplete | Overridden. Performs additional custom processes after inserting a new ExcelStyle into the CustomStyleList instance. |
![]() | OnRemove | Overridden. Performs additional custom processes when removing an element from the CustomStyleList. |
![]() | OnRemoveComplete | Overridden. Performs additional custom processes after removing an ExcelStyle from the CustomStyleList instance. |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |