Share via


RevisionDefinedName.CustomView Property

Custom View.Represents the attribte in schema: customView

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

Syntax

'Declaration
<SchemaAttrAttribute(, "customView")> _
Public Property CustomView As BooleanValue
    Get
    Set
'Usage
Dim instance As RevisionDefinedName
Dim value As BooleanValue

value = instance.CustomView

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

RevisionDefinedName Class

RevisionDefinedName Members

DocumentFormat.OpenXml.Spreadsheet Namespace