MSFLEXGRID Control Use Summary SetRows and SetCols: Settings the Radiometer of the control, if you don't insert data into each ranks, the table will be a blade of the specified rantrist. In most cases, you must first ensure that the form is inserted into the table. The number of rows can accommodate the number of rows you want to insert, but when you use the AddItem method, you don't have to add the number of rows (the number of columns or set it first), because it increases the number of controls. GetRows And getCols: Get the ranks of the control. SetRow and SetCol: Settings the current grid of the control (specified by the line number and list number) SetText: Set the contents of the current grid .SetTextMatrix: Set the contents of the specified look (specified by the line number and list number) SetTextatrix: Function with SetTextMatrix The same, but the location of the specified grid is different from setTextMatrix, and setTextMatrix is expressed in the lines in the two-dimensional table, and the setTextArray attracted by one-dimensional association, the principle is the same as the two-dimensional number of groups in the C language. : For Table [N] [M], Table [3] [2] is represented in one-dimensional way as Table [3 * m 2]. (I have not experiment: incompletely confident) AddItem: Add a line in the control, The fields in the line are separated by Tab characters, and cannot use this method to increase the first row (fixed line or header) of the control, which will cause the number of rows of the control to add one. Clear: Clear all the contents in the control (no change The original ranks of the control) GetrowSel and getColsel: Get the current row of the control, column, and no current row (ie, the table is empty), the return value is -1.