GrapeCity.Xaml.CalcEngine
RangeCount Property


GrapeCity.CalcEngine Namespace > CalcReference Class : RangeCount Property
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

Reference

CalcReference Class
CalcReference Members