Connection.Deleted Property

Deleted Connection.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 Connection
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.

See Also

Reference

Connection Class

Connection Members

DocumentFormat.OpenXml.Spreadsheet Namespace