Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / UserFormulaEnteredEventArgs Class / Column2 Property


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