CustomXsn.OpenByDefault Property
OpenByDefault.Represents the element tag in schema: ntns:openByDefault
Namespace: DocumentFormat.OpenXml.Office.CustomXsn
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property OpenByDefault As OpenByDefault
Get
Set
'Usage
Dim instance As CustomXsn
Dim value As OpenByDefault
value = instance.OpenByDefault
instance.OpenByDefault = value
public OpenByDefault OpenByDefault { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault