Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / CustomStyleList Class


In This Topic
    CustomStyleList Class Methods
    In This Topic

    For a list of all members of this type, see CustomStyleList members.

    Public Methods
     NameDescription
    Public MethodAdds an ExcelStyle to the CustomStyleList.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodOverloaded. Searches for the specified ExcelStyle and returns the zero-based index of the first occurrence within the collection.  
    Public MethodInserts an ExcelStyle object to the CustomStyleList at the specified index.  
    Public MethodRemoves an ExcelStyle object from the CustomStyleList with the specified style ID.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the CustomStyleList instance.  
    Protected MethodOverridden. Performs additional custom processes after clearing the contents of the CustomStyleList instance.  
    Protected MethodOverridden. Performs additional custom processes before inserting a new item into the CustomStyleList.  
    Protected MethodOverridden. Performs additional custom processes after inserting a new ExcelStyle into the CustomStyleList instance.  
    Protected MethodOverridden. Performs additional custom processes when removing an element from the CustomStyleList.  
    Protected MethodOverridden. Performs additional custom processes after removing an ExcelStyle from the CustomStyleList instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Top
    See Also