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