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


In This Topic
    ColumnCount Property (CellExpression)
    In This Topic
    Gets the number of columns (1 in this implementation).
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ColumnCount As Integer
    'Usage
     
    
    Dim instance As CellExpression
    Dim value As Integer
     
    value = instance.ColumnCount
    public override int ColumnCount {get;}

    Property Value

    Integer number of columns
    Example
    This example returns some of the properties for the expression.
    See Also