Spread Windows Forms 17
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
    ClearedCollection cleared.
    ItemAddedAn item added.
    ItemChangedAn item changed.
    ItemRemovedAn item removed.
    Inheritance Hierarchy

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

    See Also