Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetDefaultCellStyle Methods
Show Inherited Hide Inherited

Stores the style settings applied to uninitialized cells in a Table View worksheet.
Name Description
Assign(TdxSpreadSheetCellStyle) Inherited from TdxSpreadSheetCellStyle.
BeginUpdate Disables repainting for the cell object. Inherited from TdxSpreadSheetCellStyle.
EndUpdate Enables repainting for the cell object after a BeginUpdate procedure call. Inherited from TdxSpreadSheetCellStyle.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
Merge(TdxSpreadSheetCellStyle,TdxSpreadSheetCellStyle) Merges the specified row and column cell styles with the current cell style. Inherited from TdxSpreadSheetCellStyle.
Reset Restores the initial state of the default cell style settings.
ToString Inherited from TObject.
See Also