Gets or sets the string to be displayed as a page footer when the sheet is printed.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public string Footer { get; set; }
Visual Basic
Public Property Footer As String
	Get
	Set

Remarks

The footer string has the same structure and embedded commands as the header string. See the Header property for details.

See Also