Class GroupingProperties
Configures summary row and column placement for row/column outline groups in a worksheet.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class GroupingProperties
Properties
SummaryColumnIsToRight
Gets or sets whether summary columns appear to the right of their detail columns (true) or to the left (false) when outlining is applied.
Declaration
public bool SummaryColumnIsToRight { get; set; }
Property Value
|
System.Boolean
The summary column is to the right. |
SummaryRowIsBelow
Gets or sets whether summary rows appear below their detail rows (true) or above (false) when outlining is applied.
Declaration
public bool SummaryRowIsBelow { get; set; }
Property Value
|
System.Boolean
The summary row is below. |