Remove
GridPictureCollection.Remove method
删除单元格指定行列索引处的项目。
public virtual void Remove(int row, int col)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 单元格的行索引。 |
col | Int32 | 单元格的列索引。 |
删除单元格指定行列索引处的项目。
public virtual void Remove(int row, int col)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 单元格的行索引。 |
col | Int32 | 单元格的列索引。 |