Formatting Methods
Provides access to cell format characteristics.Name | Description |
---|---|
Begin |
Locks the Formatting object. Prevents visual updates until the End method calls.
|
End |
Unlocks the Formatting object after you call Begin . It also causes an immediate visual update.
|
Equals |
Determines whether or not the specified object is equal to the current Formatting instance. |
See Also