PivotTableStyle.ShowLastColumn Property

Show Last Column.Represents the attribte in schema: showLastColumn

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showLastColumn")> _
Public Property ShowLastColumn As BooleanValue
    Get
    Set
'Usage
Dim instance As PivotTableStyle
Dim value As BooleanValue

value = instance.ShowLastColumn

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PivotTableStyle Class

PivotTableStyle Members

DocumentFormat.OpenXml.Spreadsheet Namespace