'Declaration <DescriptionAttribute("The null (Nothing in Visual Basic) value of the cell.")> <CategoryAttribute("Behavior")> <ApplyToDesignerAttribute(False)> Public Property NullValue As Object
'Usage Dim instance As Cell Dim value As Object instance.NullValue = value value = instance.NullValue
[Description("The null (Nothing in Visual Basic) value of the cell.")] [Category("Behavior")] [ApplyToDesigner(false)] public object NullValue {get; set;}