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