Spread Silverlight Documentation
IsEmpty Property (CalcGraph)


GrapeCity.CalcEngine Namespace > CalcGraph Class : IsEmpty Property
Gets whether current CalcGraph is empty or not.
Syntax
'Declaration
 
Public ReadOnly Property IsEmpty As System.Boolean
'Usage
 
Dim instance As CalcGraph
Dim value As System.Boolean
 
value = instance.IsEmpty
public System.bool IsEmpty {get;}
See Also

Reference

CalcGraph Class
CalcGraph Members