CellSmartTag.Deleted Property
Deleted.Represents the attribte in schema: deleted
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "deleted")> _
Public Property Deleted As BooleanValue
Get
Set
'Usage
Dim instance As CellSmartTag
Dim value As BooleanValue
value = instance.Deleted
instance.Deleted = value
[SchemaAttrAttribute(, "deleted")]
public BooleanValue Deleted { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Boolean flag indicating that the application shouldn't display a particular smart tag in the cell—for example, when the user has chosen to explicitly remove the smart tag by interacting with the application's user interface.
The possible values for this attribute are defined by the XML Schema boolean data type.