IgnoredError.EmptyCellReference Property

Empty Cell Reference.Represents the attribte in schema: emptyCellReference

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "emptyCellReference")> _
Public Property EmptyCellReference As BooleanValue
    Get
    Set
'Usage
Dim instance As IgnoredError
Dim value As BooleanValue

value = instance.EmptyCellReference

instance.EmptyCellReference = value
[SchemaAttrAttribute(, "emptyCellReference")]
public BooleanValue EmptyCellReference { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

IgnoredError Class

IgnoredError Members

DocumentFormat.OpenXml.Spreadsheet Namespace