Back to Devexpress

Formatting Members

officefileapi-devexpress-dot-spreadsheet-dot-formatting-dot-underscore-members.md

latest2.4 KB
Original Source

Formatting Members

Provides access to cell format characteristics.

Properties

NameDescription
AlignmentProvides access to cell alignment.
BordersProvides access to cell borders.
FillProvides access to cell background.
FlagsProvides 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.
FontProvides access to the cell font.
NumberFormatSpecifies a number format for a numeric cell value in the invariant culture.
NumberFormatLocalSpecifies a number format for a numeric cell value based on the current (local) culture.
ProtectionProvides access to options which are in effect when the worksheet is protected.

Methods

NameDescription
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

Formatting Interface

DevExpress.Spreadsheet Namespace