Interface IHFEngine
Engine for parsing and creation of header/footer strings.
Inherited Members
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public interface IHFEngine : IRichTextString, IParentApplication, IOptimizedUpdate
Methods
GetHeaderFooterString()
Returns string in format that is supported by Excel header/footer.
Declaration
string GetHeaderFooterString()
Returns
Type | Description |
---|---|
System.String | String in format that is supported by Excel header/footer. |
Parse(String)
Parses text of header/footer part.
Declaration
void Parse(string strText)
Parameters
Type | Name | Description |
---|---|---|
System.String | strText | Text of header/footer part. |