Skip to main content
Row

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

Formatting Members

In This Article
Provides access to cell format characteristics.

#Properties

Name Description
Alignment Provides access to cell alignment.
Borders Provides access to cell borders.
Fill Provides access to cell background.
Flags Provides access to flags that control which cell format attributes are specified by the applied cell style and which ones are specified by direct cell formatting.
Font Provides access to the cell font.
NumberFormat Specifies a number format for a numeric cell value in the invariant culture.
NumberFormatLocal Specifies a number format for a numeric cell value based on the current (local) culture.
Protection Provides access to options which are in effect when the worksheet is protected.

#Methods

Name Description
BeginUpdate() Locks the Formatting object. Prevents visual updates until the EndUpdate method calls.
EndUpdate() Unlocks the Formatting object after you call BeginUpdate. It also causes an immediate visual update.
Equals(Object) Determines whether or not the specified object is equal to the current Formatting instance.
See Also