Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcReference Class / RangeCount Property


In This Topic
    RangeCount Property
    In This Topic
    Gets the count of the ranges in current area.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property RangeCount As Integer
    'Usage
     
    Dim instance As CalcReference
    Dim value As Integer
     
    value = instance.RangeCount
    public abstract int RangeCount {get;}

    Property Value

    The range count.
    See Also