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


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