Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / UserFormulaEnteredEventArgs Class / Column Property


In This Topic
    Column Property (UserFormulaEnteredEventArgs)
    In This Topic
    Gets the column index of the cell in which the user entered a formula.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As UserFormulaEnteredEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also