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


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;}

    Property Value

    Integer number of columns in the cell or range reference
    Example
    This example creates a custom function.
    See Also