Spread Windows Forms 12.0 Product Documentation
IsEmpty Method (CellReference)


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

Return Value

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

Reference

CellReference Structure
CellReference Members