SetSheetDrawBackground |
PXPWindow.SetSheetDrawBackground(LONG nFeq, BYTE bDrawBackground)
This method can be used to control whether or not to draw gradient background for sheets
Example:
PXPWindow.SetSheetDrawBackground(0, False) ! Turns off background for all sheets in this window
PXPWindow.SetSheetDrawBackground(?Sheet1, True) ! Turns back on background for ?Sheet1