Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / TableChangeType Enumeration


In This Topic
    TableChangeType Enumeration
    In This Topic
    Specifies the table change type.
    Syntax
    'Declaration
     
    
    Public Enum TableChangeType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TableChangeType
    public enum TableChangeType : System.Enum 
    Members
    MemberDescription
    NameSpecifies a name change.
    RangeSpecifies a range change.
    StyleSpecifies a style change.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.Model.TableChangeType

    See Also