- this.c1FlexGrid1.Tree.Column = 1;
- this.c1FlexGrid1.Rows.Count = 1;
- this.c1FlexGrid1.Cols.Count = 4;
- this.c1FlexGrid1.Cols[2].Caption = "name";
- this.c1FlexGrid1.Cols[3].Caption = "code";
- this.c1FlexGrid1.Rows.InsertNode(1, 0);
- this.c1FlexGrid1.Rows.InsertNode(2, 1);
- this.c1FlexGrid1.Rows.InsertNode(3, 1);
复制代码 |