Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetStyleModelEventArgs Class / Column Property


In This Topic
    Column Property (SheetStyleModelEventArgs)
    In This Topic
    Gets the column index where the event occurred, or -1 if all columns were affected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As SheetStyleModelEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also