IPivotTableOptions
RowHeaderCaption Property
|
Specifies the string to be displayed in Row 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 RowHeaderCaption { get; set; }
Property RowHeaderCaption As String
Get
Set
property String^ RowHeaderCaption {
String^ get ();
void set (String^ value);
}
abstract RowHeaderCaption : string with get, set
Property Value
Type:
String
See Also