Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CellExpression Class / Column Property
Example


In This Topic
    Column Property (CellExpression)
    In This Topic
    Gets the column index of the cell.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As CellExpression
    Dim value As Integer
     
    value = instance.Column
    public override int Column {get;}

    Property Value

    Integer column index
    Example
    This example returns some of the properties for the expression.
    See Also