Interface IHeaderFooter
Common interface for
Namespace: IronXL.Layout
Assembly: IronXL.dll
Syntax
public interface IHeaderFooter
Properties
Center
Gets or sets the center of the header or footer.
Declaration
string Center { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string representing the center. |
Left
Gets or sets the left side of the header or footer.
Declaration
string Left { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string representing the left side. |
Right
Gets or sets the right side of the header or footer.
Declaration
string Right { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string representing the right side. |