New to Telerik Document ProcessingStart a free 30-day trial

Configures summary row and column placement for row/column outline groups in a worksheet.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class GroupingProperties

Inheritance: objectGroupingProperties

Properties

Gets or sets whether summary columns appear to the right of their detail columns (true) or to the left (false) when outlining is applied.

C#
public bool SummaryColumnIsToRight { get; set; }
Property Value:

The summary column is to the right.

Gets or sets whether summary rows appear below their detail rows (true) or above (false) when outlining is applied.

C#
public bool SummaryRowIsBelow { get; set; }
Property Value:

The summary row is below.