Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Show Calculated Members.Represents the attribte in schema: showCalcMbrs
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "showCalcMbrs")> _
Public Property ShowCalculatedMembers As BooleanValue
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As BooleanValue
value = instance.ShowCalculatedMembers
instance.ShowCalculatedMembers = value
[SchemaAttrAttribute(, "showCalcMbrs")]
public BooleanValue ShowCalculatedMembers { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue