Determines whether the Column.Color is used for the details. The default value is True. Read/write Boolean.
Syntax
property OriginalDetailColor: Boolean;
Example
This example sets the OriginalDetailColor to false.
GridToXLS1.OriginalDetailColor := false;