C1.Win.FlexGrid Namespace / C1FlexGrid Class / SubtotalPosition Property

In This Topic
SubtotalPosition Property (C1FlexGrid)
In This Topic
Gets or sets whether node rows appear above or below the data.
Syntax
'Declaration
 
Public Property SubtotalPosition As SubtotalPositionEnum
 
Remarks

This property determines how the outline tree is drawn, and it also determines whether the C1.Win.FlexGrid.C1FlexGridBase.Subtotal(C1.Win.FlexGrid.AggregateEnum,System.Int32,System.Int32,System.Int32,System.Int32,System.String,C1.Win.FlexGrid.AggregateFlags,C1.Win.FlexGrid.RowColFlags) method should add subtotal rows (which are node rows) above or below the data being summarized.

Changing this property clears any existing nodes.

See Also