Class LongRangeCell
Inheritance
LongRangeCell
Inherited Members
Namespace: Glitch9.AIDevKit.Sheets
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class LongRangeCell : NumericRangeCell<long>, IEquatable<SheetCell>, IValueCell<long>, IValueCell
Constructors
| Edit this page View SourceLongRangeCell(string, long, long?, long?)
Declaration
public LongRangeCell(string columnId, long value = 0, long? min = null, long? max = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | columnId | |
| long | value | |
| long? | min | |
| long? | max |