XlsPageSetup
IsSummaryRowBelow Property
|
Indicates whether summary rows will appear below 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 IsSummaryRowBelow { get; set; }
Public Property IsSummaryRowBelow As Boolean
Get
Set
public:
virtual property bool IsSummaryRowBelow {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsSummaryRowBelow : bool with get, set
override IsSummaryRowBelow : bool with get, set
Property Value
Type:
Boolean
Implements
IPageSetup
IsSummaryRowBelow
See Also