IPivotTableOptions
ColumnHeaderCaption Property
|
Specifies the string to be displayed in column header of pivot Table when in compact layout mode.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string ColumnHeaderCaption { get; set; }
Property ColumnHeaderCaption As String
Get
Set
property String^ ColumnHeaderCaption {
String^ get ();
void set (String^ value);
}
abstract ColumnHeaderCaption : string with get, set
Property Value
Type:
String
See Also