'Declaration Public Enum HeaderFooterParser.Codes Inherits System.Enum
'Usage Dim instance As HeaderFooterParser.Codes
public enum HeaderFooterParser.Codes : System.Enum
'Declaration Public Enum HeaderFooterParser.Codes Inherits System.Enum
'Usage Dim instance As HeaderFooterParser.Codes
public enum HeaderFooterParser.Codes : System.Enum
Member | Description |
---|---|
A | Prints the name of the workbook tab. |
Amp | Prints a single ampersand. |
B | Turns bold printing on or off. |
C | Centers the characters that follow. |
D | Prints the current date. |
E | Turns double-underline printing on or off. |
F | Prints the name of the document. |
G | Inserts an image. |
I | Turns italic printing on or off. |
K | Prints the characters that follow in the specified color from the current theme. |
L | Left aligns the characters that follow. |
N | Prints the total number of pages in the document. |
P | Prints the page number. |
R | Right aligns the characters that follow. |
S | Turns strikethrough printing on or off. |
T | Prints the current time. |
U | Turns underline printing on or off. |
Unknown | Represents an unknown code. |
X | Turns superscript printing on or off. |
Y | Turns subscript printing on or off. |
Z | Prints the file path. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Printing.HeaderFooterParser.Codes