TdxSpreadSheetCellFillStyle Enum
In This Article
Enumerates cell fill styles.
#Declaration
Delphi
TdxSpreadSheetCellFillStyle = (
sscfsSolid,
sscfsGray75,
sscfsGray50,
sscfsGray25,
sscfsGray12,
sscfsGray6,
sscfsHorzStrip,
sscfsVertStrip,
sscfsRevDiagonalStrip,
sscfsDiagonalStrip,
sscfsDiagCrossHatch,
sscfsThickCrossHatch,
sscfsThinHorzStrip,
sscfsThinVertStrip,
sscfsThinRevDiagonalStrip,
sscfsThinDiagonalStrip,
sscfsThinDiagCrossHatch,
sscfsThinThickCrossHatch
);
#Members
Name |
---|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
sscfs
|
#Remarks
Options include:
Value | Description | Pattern Example |
---|---|---|
sscfs |
This pattern corresponds to a totally transparent foreground. | ![]() |
sscfs |
This pattern is a plane with evenly distributed colored foreground circles which occupy 75% of the total area. | ![]() |
sscfs |
This pattern is a plane with evenly distributed colored foreground circles which occupy 50% of the total area. | ![]() |
sscfs |
This pattern is a plane with evenly distributed colored foreground circles which occupy 25% of the total area. | ![]() |
sscfs |
This pattern is a plane with evenly distributed colored foreground circles which occupy 12% of the total area. | ![]() |
sscfs |
This pattern is a plane with evenly distributed colored foreground circles which occupy 6% of the total area. | ![]() |
sscfs |
This pattern is a set of interleaved thick horizontal strips. | ![]() |
sscfs |
This pattern is a set of interleaved thick vertical strips. | ![]() |
sscfs |
This pattern is a set of interleaved medium diagonal strips which begin at the upper-left corner and end at the bottom-right corner. | ![]() |
sscfs |
This pattern is a set of interleaved medium diagonal strips which begin at the bottom-left corner and end at the upper-right corner. | ![]() |
sscfs |
This pattern is a crosshatch of two perpendicular sets of interleaved medium diagonal strips. | ![]() |
sscfs |
This pattern is a crosshatch of two perpendicular sets of interleaved thick diagonal strips. | ![]() |
sscfs |
This pattern is a set of thin parallel horizontal strips. | ![]() |
sscfs |
This pattern is a set of thin parallel vertical strips. | ![]() |
sscfs |
This pattern is a set of interleaved thin diagonal strips which begin at the upper-left corner and end at the bottom-right corner. | ![]() |
sscfs |
This pattern is a set of interleaved thin diagonal strips which begin at the bottom-left corner and end at the upper-right corner. | ![]() |
sscfs |
This pattern is a crosshatch of two perpendicular sets of interleaved thin diagonal strips. | ![]() |
sscfs |
This pattern is a crosshatch of thin horizontal and vertical strips. | ![]() |
The cell fill style is specified by the TdxSpreadSheetCustomBrush.Style property. Each cell fill style corresponds to a specific cell fill pattern.
See Also