PivotTableDefinition.StopImmersiveUi Property
Stop Immersive UI.Represents the attribte in schema: immersive
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "immersive")> _
Public Property StopImmersiveUi As BooleanValue
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As BooleanValue
value = instance.StopImmersiveUi
instance.StopImmersiveUi = value
[SchemaAttrAttribute(, "immersive")]
public BooleanValue StopImmersiveUi { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue