Class GradientCell
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class GradientCell : SheetCell<Gradient>, IEquatable<SheetCell>, IValueCell<Gradient>, IValueCell
Constructors
|
Edit this page
View Source
GradientCell(string, Gradient)
Declaration
public GradientCell(string columnId, Gradient value = null)
Parameters
| Type |
Name |
Description |
| string |
columnId |
|
| Gradient |
value |
|
Methods
|
Edit this page
View Source
IsNullOrEmpty()
Declaration
public override bool IsNullOrEmpty()
Returns
Overrides
Implements
Extension Methods