GridPictureCollection.Remove

GridPictureCollection.Remove method

Removes the items at the specified row column index of the cell.

public virtual void Remove(int row, int col)
ParameterTypeDescription
rowInt32Row index of cell.
colInt32Column index of cell.

See Also