Class BoundsCell
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class BoundsCell : SheetCell<Bounds>, IEquatable<SheetCell>, IValueCell<Bounds>, IValueCell
Constructors
|
Edit this page
View Source
BoundsCell(string, Bounds)
Declaration
public BoundsCell(string columnId, Bounds value = default)
Parameters
| Type |
Name |
Description |
| string |
columnId |
|
| Bounds |
value |
|
Methods
|
Edit this page
View Source
IsNullOrEmpty()
Declaration
public override bool IsNullOrEmpty()
Returns
Overrides
Implements
Extension Methods