BackgroundType enumeration

BackgroundType enumeration

Enumerates cell background pattern types.

The BackgroundType type exposes the following members:

Fields

FieldDescription
DIAGONAL_CROSSHATCHRepresents diagonal crosshatch pattern.
DIAGONAL_STRIPERepresents diagonal stripe pattern.
GRAY6Represents 6.25% gray pattern
GRAY12Represents 12.5% gray pattern
GRAY25Represents 25% gray pattern.
GRAY50Represents 50% gray pattern.
GRAY75Represents 75% gray pattern.
HORIZONTAL_STRIPERepresents horizontal stripe pattern.
NONERepresents no background.
REVERSE_DIAGONAL_STRIPERepresents reverse diagonal stripe pattern.
SOLIDRepresents solid pattern.
THICK_DIAGONAL_CROSSHATCHRepresents thick diagonal crosshatch pattern.
THIN_DIAGONAL_CROSSHATCHRepresents thin diagonal crosshatch pattern.
THIN_DIAGONAL_STRIPERepresents thin diagonal stripe pattern.
THIN_HORIZONTAL_CROSSHATCHRepresents thin horizontal crosshatch pattern.
THIN_HORIZONTAL_STRIPERepresents thin horizontal stripe pattern.
THIN_REVERSE_DIAGONAL_STRIPERepresents thin reverse diagonal stripe pattern.
THIN_VERTICAL_STRIPERepresents thin vertical stripe pattern.
VERTICAL_STRIPERepresents vertical stripe pattern.

See Also