Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CellExpression Class / Column Property


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