TTMSFNCCustomDataGrid.RemoveBitmap Method
Removes the bitmap cell type from the specified cell, reverting it to a plain text cell.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Overloads
Overload 1
Removes the bitmap cell type from the specified cell, reverting it to a plain text cell.
procedure RemoveBitmap(ACell: TTMSFNCDataGridCellCoord); overload;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate from which to remove the bitmap. |
Overload 2
Removes the bitmap cell type from the cell at the specified column and row.
procedure RemoveBitmap(AColumn, ARow: Integer); overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index. |
ARow |
Zero-based row index. |