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


In This Topic
    ColumnCount Property (ExternalReferenceExpression)
    In This Topic
    Gets the number of columns in the reference.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property ColumnCount As Integer
    'Usage
     
    
    Dim instance As ExternalReferenceExpression
    Dim value As Integer
     
    value = instance.ColumnCount
    public abstract int ColumnCount {get;}

    Property Value

    Integer number of columns
    See Also