ShowKeyColumns Property (C1PivotEngine)
In This Topic
Gets or sets a value that determines whether the PivotEngine output table should include columns containing the row keys.
Syntax
'Declaration
Public Property ShowKeyColumns As Boolean
public bool ShowKeyColumns {get; set;}
See Also