Grid-InsertString

Function Name dcl-Grid-InsertString
Syntax   (dcl-Grid-InsertString <CONTROL> Row [as Long] CellLabels [as String] {Delimiter [as String]})
Return Type Boolean (T if successful; otherwise NIL)
Applies To Grid

此方法将新行插入网格。 Row是应插入新行的行索引。 CellLabels参数是一个定界字符串,包含新单元格的标签文本。 分隔符是分隔符; 如果未指定分隔符,则假定为制表符(“\ t”)。 新行中的每个单元格都预先填充了指定的标签文本。 如果没有为列指定标签文本,则它仍为空。 新单元格继承为其列设置的默认样式和图像值。