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


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