Spread ASP.NET 16
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ReferenceExpression Class / Column Property


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

    Property Value

    Integer column index
    See Also