TdxSpreadSheetCellStyle.IsDefault Property
Specifies if a cell uses the default style settings.
Declaration
property IsDefault: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Use this property to:
Identify if all style settings of a cell match the corresponding default style settings of a spreadsheet control (the IsDefault property returns True if the cell uses the default style; otherwise – False).
Restore the cell’s default style settings. Set the IsDefault property to True to accomplish this.
The IsDefault property’s default value is True.
See Also