Spread Windows Forms 12.0 Product Documentation
IsUndefined Method (CfValue)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfValue Structure : IsUndefined Method
Gets a boolean value indicating whether this CfValue is undefined.
Syntax
'Declaration
 
Public Function IsUndefined() As Boolean
'Usage
 
Dim instance As CfValue
Dim value As Boolean
 
value = instance.IsUndefined()
public bool IsUndefined()

Return Value

true if this CfValue is undefined; otherwise, false.
See Also

Reference

CfValue Structure
CfValue Members