C1.Win.FlexGrid Namespace / Node Class
Members

Node Class
The Node class encapsulates properties and methods used for manipulating node rows (collapsing, expanding, moving, and sorting them).
Object Model
Node Class
Syntax
'Declaration
 
Public Class Node 
 
Remarks
You can create node rows using 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 or by setting the Row.IsNode property to true.
Inheritance Hierarchy

System.Object
   C1.Win.FlexGrid.Node

See Also