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