stringgrid怎么用鼠标点击某格时,怎么获取他的行号和列号怎么清空表格 (初始化表格)怎么删除行怎么插入行[解决办法]清空
for(int i=0;i <RowCount;i++) { for(int j=0;j <ColCount;j++) { StringGrid1-> Cells[j][i] = " "; } }