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


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