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