Share via


GradientValues Enumeration

Gradient Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Enumeration GradientValues
'使用
Dim instance As GradientValues
public enum GradientValues

Members

Member name Description
Linear Linear Gradient. When the item is serialized out as xml, its value is "linear".
Path Path. When the item is serialized out as xml, its value is "path".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace