Skip to main content

TdxSpreadSheetCellStyle Members

Contains cell appearance and behavior settings.

Constructors

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

Properties

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

Methods

Name Description
Assign(TdxSpreadSheetCellStyle)
BeginUpdate Disables repainting for the cell object.
EndUpdate Enables repainting for the cell object after a BeginUpdate procedure call.
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.
ToString Inherited from TObject.
See Also