Class BoolCell
Inherited Members
Namespace: Glitch9.AIDevKit.Sheets
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class BoolCell : SheetCell<bool>, IEquatable<SheetCell>, IValueCell<bool>, IValueCell
Constructors
| Edit this page View SourceBoolCell(string, bool)
Declaration
public BoolCell(string columnId, bool value = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | columnId | |
| bool | value |
Methods
| Edit this page View SourceIsNullOrEmpty()
Declaration
public override bool IsNullOrEmpty()
Returns
| Type | Description |
|---|---|
| bool |