Spread Windows Forms 12.0 Product Documentation
IsEmpty Method (Reference)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Reference Structure : IsEmpty Method
Determines whether this reference is empty.
Syntax
'Declaration
 
Public Function IsEmpty() As Boolean
'Usage
 
Dim instance As Reference
Dim value As Boolean
 
value = instance.IsEmpty()
public bool IsEmpty()

Return Value

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

Reference

Reference Structure
Reference Members