Returns the Header text position type.
GetHeaderPosition (pDevMode As Long) As Long
Input value - handle to the BlackIceDEVMODE structure
Return value - Header text position type. Possible values:
0: The Header text will be aligned to Left
1: The Header text will be aligned to Center
2: The Header text will be aligned to Right
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.