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


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