Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExternalCellExpression Class / Column Property


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