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


In This Topic
    CustomStyleList Class Members
    In This Topic

    The following tables list the members exposed by CustomStyleList.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyOverloaded. Gets the ExcelStyle at the specified index.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    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