Skip to main content

TdxSpreadSheetCellStyle Class

Contains cell appearance and behavior settings.

Declaration

TdxSpreadSheetCellStyle = class(
    TObject
)

Remarks

This class has the following members that allow you to:

  • Position content within a cell (AlignHorz, AlignHorzIndent, and AlignVert).

  • Wrap or shrink content if it does not fit into a cell (ShrinkToFit and WordWrap).

  • Customize the font that displays an unformatted cell value (Font).

  • Select a value format pattern (DataFormat).

  • Hide a cell value (Hidden).

  • Enable or disable cell edit operations in a protected worksheet (Locked).

  • Customize the cell background appearance (Brush).

  • Customize individual cell borders (Borders).

  • Apply the control’s default cell style to a cell (IsDefault).

  • Perform multiple cell style changes as a single operation in a spreadsheet document (BeginUpdate and EndUpdate).

The following public API members reference a TdxSpreadSheetCellStyle object:

Inheritance

TObject
TdxSpreadSheetCellStyle
See Also