Spread Silverlight Documentation
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 System.Integer
'Usage
 
Dim instance As CalcReference
Dim value As System.Integer
 
value = instance.RangeCount
public abstract System.int RangeCount {get;}

Property Value

The range count.
See Also

Reference

CalcReference Class
CalcReference Members