Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCellFillStyle Enum

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
sscfsSolid
sscfsGray75
sscfsGray50
sscfsGray25
sscfsGray12
sscfsGray6
sscfsHorzStrip
sscfsVertStrip
sscfsRevDiagonalStrip
sscfsDiagonalStrip
sscfsDiagCrossHatch
sscfsThickCrossHatch
sscfsThinHorzStrip
sscfsThinVertStrip
sscfsThinRevDiagonalStrip
sscfsThinDiagonalStrip
sscfsThinDiagCrossHatch
sscfsThinThickCrossHatch

#Remarks

Options include:

Value Description Pattern Example
sscfsSolid This pattern corresponds to a totally transparent foreground.
sscfsGray75 This pattern is a plane with evenly distributed colored foreground circles which occupy 75% of the total area.
sscfsGray50 This pattern is a plane with evenly distributed colored foreground circles which occupy 50% of the total area.
sscfsGray25 This pattern is a plane with evenly distributed colored foreground circles which occupy 25% of the total area.
sscfsGray12 This pattern is a plane with evenly distributed colored foreground circles which occupy 12% of the total area.
sscfsGray6 This pattern is a plane with evenly distributed colored foreground circles which occupy 6% of the total area.
sscfsHorzStrip This pattern is a set of interleaved thick horizontal strips.
sscfsVertStrip This pattern is a set of interleaved thick vertical strips.
sscfsRevDiagonalStrip This pattern is a set of interleaved medium diagonal strips which begin at the upper-left corner and end at the bottom-right corner.
sscfsDiagonalStrip This pattern is a set of interleaved medium diagonal strips which begin at the bottom-left corner and end at the upper-right corner.
sscfsDiagCrossHatch This pattern is a crosshatch of two perpendicular sets of interleaved medium diagonal strips.
sscfsThickCrossHatch This pattern is a crosshatch of two perpendicular sets of interleaved thick diagonal strips.
sscfsThinHorzStrip This pattern is a set of thin parallel horizontal strips.
sscfsThinVertStrip This pattern is a set of thin parallel vertical strips.
sscfsThinRevDiagonalStrip This pattern is a set of interleaved thin diagonal strips which begin at the upper-left corner and end at the bottom-right corner.
sscfsThinDiagonalStrip This pattern is a set of interleaved thin diagonal strips which begin at the bottom-left corner and end at the upper-right corner.
sscfsThinDiagCrossHatch This pattern is a crosshatch of two perpendicular sets of interleaved thin diagonal strips.
sscfsThinThickCrossHatch 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