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

TdxSpreadSheetCellStyle Class

Contains cell appearance and behavior settings.

#Declaration

Delphi
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