Interface IXLHeaderFooter
public interface IXLHeaderFooter
- Extension Methods
Properties
Center
Gets the middle header/footer item.
IXLHFItem Center { get; }
Property Value
Left
Gets the left header/footer item.
IXLHFItem Left { get; }
Property Value
Right
Gets the right header/footer item.
IXLHFItem Right { get; }
Property Value
Methods
Clear(XLHFOccurrence)
IXLHeaderFooter Clear(XLHFOccurrence occurrence = XLHFOccurrence.AllPages)
Parameters
occurrenceXLHFOccurrence
Returns
GetText(XLHFOccurrence)
Gets the text of the specified header/footer occurrence.
string GetText(XLHFOccurrence occurrence)
Parameters
occurrenceXLHFOccurrenceThe occurrence.