Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExternalRangeExpression Class / ColumnCount Property


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