Class
GroupingProperties

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:

cs-api-definition
public class GroupingProperties

Inheritance: objectGroupingProperties

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

cs-api-definition
public bool SummaryColumnIsToRight { get; set; }

Property Value

bool

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

cs-api-definition
public bool SummaryRowIsBelow { get; set; }

Property Value

bool

The summary row is below.