Gradient orientations and origin patterns available for gradient cell fills.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
public enum SpreadGradientType
Fields
Diagonal gradient descending from top‑left to bottom‑right.
DiagonalDown = 9
Repeating diagonal bands descending from top‑left to bottom‑right.
DiagonalDownRepeated = 11
Diagonal gradient rising from bottom‑right to top‑left (reverse of DiagonalDown).
DiagonalDownReversed = 10
Diagonal gradient rising from bottom‑left to top‑right.
DiagonalUp = 6
Repeating diagonal bands rising from bottom‑left to top‑right.
DiagonalUpRepeated = 8
Diagonal gradient descending from top‑right to bottom‑left (reverse of DiagonalUp).
DiagonalUpReversed = 7
Radial gradient originating at the bottom‑left corner.
FromBottomLeftCorner = 14
Radial gradient originating at the bottom‑right corner.
FromBottomRightCorner = 15
Radial gradient originating at the center of the cell.
FromCenter = 16
Radial gradient originating at the top‑left corner.
FromTopLeftCorner = 12
Radial gradient originating at the top‑right corner.
FromTopRightCorner = 13
Left‑to‑right horizontal gradient.
Horizontal = 0
Repeating horizontal banded gradient.
HorizontalRepeated = 2
Right‑to‑left horizontal gradient (reverse of Horizontal).
HorizontalReversed = 1
Top‑to‑bottom vertical gradient.
Vertical = 3
Repeating vertical banded gradient.
VerticalRepeated = 5
Bottom‑to‑top vertical gradient (reverse of Vertical).
VerticalReversed = 4