Class SheetCell<T>
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public abstract class SheetCell<T> : SheetCellBase<T, T>, IEquatable<SheetCell>, IValueCell<T>, IValueCell
Type Parameters
Constructors
|
Edit this page
View Source
SheetCell(string, T)
Declaration
protected SheetCell(string columnId, T value = default)
Parameters
| Type |
Name |
Description |
| string |
columnId |
|
| T |
value |
|
Properties
|
Edit this page
View Source
Value
Declaration
public override T Value { get; }
Property Value
Overrides
Implements
Extension Methods