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


In This Topic
    Column Property (CalcReference)
    In This Topic
    Gets the index of the first column in the cell or range reference.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As CalcReference
    Dim value As Integer
     
    value = instance.Column
    public abstract int Column {get;}
    See Also