
'Declaration <DefaultMemberAttribute("Item")> Public Class CustomStyleList Inherits System.Collections.CollectionBase
'Usage Dim instance As CustomStyleList
[DefaultMember("Item")] public class CustomStyleList : System.Collections.CollectionBase
System.Object
System.Collections.CollectionBase
Xceed.Grid.Exporting.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) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2