TTMSFNCDataGridData.ClearDataForColumn Method
Clears data in a column; pass AllRowTypes to include summary and node rows.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
procedure ClearDataForColumn(AColumn: Integer; ARowTypes: TTMSFNCDataGridRowTypes = AllRowTypes); virtual;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index used by the operation. |
ARowTypes |
Zero-based row index used by the operation. |