Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyleCollectionChangedType Enumeration


In This Topic
    TableStyleCollectionChangedType Enumeration
    In This Topic
    The table style changed collection type.
    Syntax
    'Declaration
     
    Public Enum TableStyleCollectionChangedType 
       Inherits System.Enum
    'Usage
     
    Dim instance As TableStyleCollectionChangedType
    public enum TableStyleCollectionChangedType : System.Enum 
    Members
    MemberDescription
    Cleared Collection cleared.
    ItemAdded An item added.
    ItemChanged An item changed.
    ItemRemoved An item removed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.TableStyleCollectionChangedType

    See Also