Enum ExcelPattern
Enumeration of Patterns available in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelPattern
Fields
| Name | Description |
|---|---|
| Angle | Represents the Angle pattern. |
| DarkDownwardDiagonal | Represents the DarkDownwardDiagonal pattern. |
| DarkHorizontal | Represents the DarkHorizontal pattern. |
| DarkUpwardDiagonal | Represents the DarkUpwardDiagonal pattern. |
| DarkVertical | Represents the DarkVertical pattern. |
| DiagonalCrosshatch | Represents the DiagonalCrosshatch pattern. |
| DiagonalStripe | Represents the DiagonalStripe pattern. |
| ForwardDiagonal | Represents the ForwardDiagonal pattern. |
| Gradient | Represent Gradient pattern. |
| Horizontal | Represents the Horizontal pattern. |
| HorizontalStripe | Represents the HorizontalStripe pattern. |
| LightDownwardDiagonal | Represents the LightDownwardDiagonal pattern. |
| LightUpwardDiagonal | Represents the LightUpwardDiagonal pattern. |
| None | No pattern. |
| Percent05 | Represents the Percent05 pattern. |
| Percent10 | Represents the Percent10 pattern. |
| Percent125Gray | Represents the Percent125Gray pattern. |
| Percent25 | Represents the Percent25 pattern. |
| Percent25Gray | Represents the Percent25Gray pattern. |
| Percent50 | Represents the Percent50 pattern. |
| Percent50Gray | Represents the Percent50Gray pattern. |
| Percent60 | Represents the Percent60 pattern. |
| Percent625Gray | Represents the Percent625Gray pattern. |
| Percent70 | Represents the Percent70 pattern. |
| Percent75 | Represents the Percent75 pattern. |
| Percent75Gray | Represents the Percent75Gray pattern. |
| ReverseDiagonalStripe | Represents the ReverseDiagonalStripe pattern. |
| Solid | Represents the Solid pattern. |
| ThickDiagonalCrosshatch | Represents the ThickDiagonalCrosshatch pattern. |
| ThinDiagonalCrosshatch | Represents the ThinDiagonalCrosshatch pattern. |
| ThinDiagonalStripe | Represents the ThinDiagonalStripe pattern. |
| ThinHorizontalCrosshatch | Represents the ThinHorizontalCrosshatch pattern. |
| ThinHorizontalStripe | Represents the ThinHorizontalStripe pattern. |
| ThinReverseDeagonalStripe | Represents the ThinReverseDeagonalStripe pattern. |
| ThinVerticalStripe | Represents the ThinVerticalStripe pattern. |
| Vertical | Represents the Vertical pattern. |
| VerticalStripe | Represents the VerticalStripe pattern. |