IgnoredError.EmptyCellReference Property

emptyCellReference.Represents the attribte in schema: emptyCellReference

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
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

See Also

Reference

IgnoredError Class

IgnoredError Members

DocumentFormat.OpenXml.Office2010.Excel Namespace