Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcStructReferenceExpression Class / ColumnReferenceEnd Property


In This Topic
    ColumnReferenceEnd Property
    In This Topic
    Get the last column index of this structure reference formula.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnReferenceEnd As Integer
    'Usage
     
    Dim instance As CalcStructReferenceExpression
    Dim value As Integer
     
    value = instance.ColumnReferenceEnd
    public int ColumnReferenceEnd {get;}
    See Also