Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / TableItemChangingEventArgs Class / Column Property


In This Topic
    Column Property (TableItemChangingEventArgs)
    In This Topic
    Gets the column.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Integer
    'Usage
     
    Dim instance As TableItemChangingEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also