Spread Silverlight Documentation
IsEmpty Method (RangeGroup)


GrapeCity.Windows.SpreadSheet.Data Namespace > RangeGroup Class : IsEmpty Method
Determines whether the outline (range group) is empty.
Syntax
'Declaration
 
Public Function IsEmpty() As System.Boolean
'Usage
 
Dim instance As RangeGroup
Dim value As System.Boolean
 
value = instance.IsEmpty()
public System.bool IsEmpty()

Return Value

true if this range group is empty; otherwise, false.
See Also

Reference

RangeGroup Class
RangeGroup Members