Skip to main content

TdxSpreadSheetDefaultCellStyle Members

Stores the style settings applied to uninitialized cells in a Table View worksheet.

Constructors

Name Description
Create(IdxSpreadSheetCellStyleOwner,TdxSpreadSheetCellStyleHandle) Initializes a new instance of the TdxSpreadSheetCellStyle class with specified settings. Inherited from TdxSpreadSheetCellStyle.
Create(IdxSpreadSheetCellStyleOwner) Initializes a new instance of the TdxSpreadSheetCellStyle class with specified settings. Inherited from TdxSpreadSheetCellStyle.

Properties

Name Description
AlignHorz Specifies the horizontal alignment of a value within a cell. Inherited from TdxSpreadSheetCellStyle.
AlignHorzIndent Specifies an indent (in pixels) from the left or right borders of a cell object. Inherited from TdxSpreadSheetCellStyle.
AlignVert Specifies the vertical alignment of a value within a cell. Inherited from TdxSpreadSheetCellStyle.
Borders Provides access to the style settings of individual cell object‘s borders. Inherited from TdxSpreadSheetCellStyle.
Brush Provides access to cell background fill settings. Inherited from TdxSpreadSheetCellStyle.
DataFormat Specifies the format setting applied to a value displayed by the cell object. Inherited from TdxSpreadSheetCellStyle.
Font Provides access to cell font settings. Inherited from TdxSpreadSheetCellStyle.
Hidden Specifies if a cell object‘s parsed formula expression is hidden in a protected worksheet. Inherited from TdxSpreadSheetCellStyle.
IsDefault Specifies if a cell uses the default style settings. Inherited from TdxSpreadSheetCellStyle.
Locked Specifies the content protection state for a cell object in a protected worksheet. Inherited from TdxSpreadSheetCellStyle.
ShrinkToFit Specifies if a cell value shrinks to fit into the cell’s boundaries horizontally. Inherited from TdxSpreadSheetCellStyle.
WordWrap Specifies if a cell value wraps if it does not fit into the cell boundaries horizontally. Inherited from TdxSpreadSheetCellStyle.

Methods

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