[]
Parses the printing header/footer code.
protected virtual HeaderFooterParser.Codes ParseHeaderFooterCode(string text)
Protected Overridable Function ParseHeaderFooterCode(text As String) As HeaderFooterParser.Codes
Type | Name | Description |
---|---|---|
string | text | A string value indicates the printing header/footer code. |
Type | Description |
---|---|
HeaderFooterParser.Codes | A GrapeCity.Spreadsheet.Printing.HeaderFooterParser.Codes value represents the printing header/footer code. |