Class
HeaderFooterSection

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:

cs-api-definition
public class HeaderFooterSection

Inheritance: objectHeaderFooterSection

Properties

Text

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

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

The text content.

Methods

Equals(object)

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

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

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)

GetHashCode()

Serves as a hash function for a particular type.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.

Overrides object.GetHashCode()