New to Telerik Document ProcessingStart a free 30-day trial

Holds the text content for a single section (left, center, or right) within a header or footer.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Printing

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class HeaderFooterSection

Inheritance: objectHeaderFooterSection

Methods

Determines whether the specified object is equal to the current object.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with the current object.

Returns:

bool

true if the specified object is equal to the current object; otherwise, false.

Overrides: object.Equals(object)

Serves as a hash function for a particular type.

C#
public override int GetHashCode()
Returns:

int

A hash code for the current object.

Overrides: object.GetHashCode()

Properties

Gets or sets the formatted text content, which may include formatting codes for page numbers, dates, and other dynamic values.

C#
public string Text { get; set; }
Property Value:

The text content.