FlexPivot for WinForms
IsNode プロパティ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Row クラス : IsNode プロパティ
Gets or sets whether this row is a node row in an outline.
シンタックス
'宣言
 
Public Property IsNode As System.Boolean
public System.bool IsNode {get; set;}
解説

This property determines whether the row behaves as a node in an outline tree.

You can use IsNode to create custom outline trees, or use the grid's C1.Win.C1FlexGrid.C1FlexGridBase.Subtotal(C1.Win.C1FlexGrid.AggregateEnum,System.Int32,System.Int32,System.Int32,System.Int32,System.String,C1.Win.C1FlexGrid.AggregateFlags,C1.Win.C1FlexGrid.RowColFlags) method to create outline trees automatically.

参照

Row クラス
Row メンバ