Skip to main content

XlCellFormatting Methods

Represents the object that specifies cell format characteristics.
Name Description
Clone() Creates a copy of the current XlCellFormatting object.
CopyFrom(XlCellFormatting) Copies the appropriate properties of the specified object into the current instance of the XlCellFormatting class.
CopyObject<T>(T) static This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from XlFormatting.
Equals(XlCellFormatting, XlCellFormatting) static Determines whether the specified instances of the XlCellFormatting class are considered equal.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FromNetFormat(String, Boolean) static Specifies a number format for cell values based on the given .NET-style format string.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Merge(XlCellFormatting, XlCellFormatting) static Combines formatting settings of the target and source instances of the XlCellFormatting class.
MergeWith(XlCellFormatting) Combines the format settings of the specified XlCellFormatting object with the current instance of the XlCellFormatting class.
MergeWith(XlDifferentialFormatting) Combines the format settings of the specified XlDifferentialFormatting object with the current instance of the XlCellFormatting class.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Themed(XlThemeColor, Double) static Creates the XlCellFormatting object that specifies themed formatting for a cell.
ToDifferentialFormatting()

This member supports the internal infrastructure and is not intended to be used directly from your code.

Converts the current cell format to the differential formatting object.

ToString() Returns a string that represents the current object. Inherited from Object.
See Also