Skip to main content
A newer version of this page is available. .
Row

HeaderFooterCode Methods

Contains codes which can be used in a header or a footer and interpreted when printing a worksheet.
Name Description
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.
Font(String, SpreadsheetFontStyle) static Prints the characters using the specified font.
FontColor(Color) static Obtains the formatting code that sets the text font color.
FontColor(Int32, Int32) static Obtains the formatting code that sets the text font color.
FontSize(Int32) static Obtains the format code that sets the text font size.
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.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also