'Usage
Dim instance As Cell
Dim value As String
instance.NullText = value
value = instance.NullText
Property Value
A string value representing the text that is displayed when the cell contains a null reference (Nothing in Visual Basic).
Remarks
If the IsNullTextAmbient property returns true, then the value of the NullText property is inherited from its parent.
To reset the value of the NullText property to its default value, DefaultNullText, the ResetNullText method must be called or the NullText property set to a null reference (Nothing in Visual Basic).
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2