IPageSetup
IsSummaryColumnRight Property
|
Indicates whether summary columns will appear right of the detail in outlines.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsSummaryColumnRight { get; set; }
Property IsSummaryColumnRight As Boolean
Get
Set
property bool IsSummaryColumnRight {
bool get ();
void set (bool value);
}
abstract IsSummaryColumnRight : bool with get, set
Property Value
Type:
Boolean
See Also