The SheetCell type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| SheetCell | Initializes a new instance of the SheetCell class |
Methods
| Name | Description | |
|---|---|---|
| Add |
Add Object with unique basetype to container
(Inherited from DynamicJson.) | |
| GetMember |
Get member from container with specified name
(Inherited from DynamicJson.) | |
| SetMember |
Set member in container to specified value
(Inherited from DynamicJson.) | |
| ToGenericObject | ||
| TryGetMember |
Try to get member from container with specified name
(Inherited from DynamicJson.) | |
| TrySetMember |
Try to set member in container to specified value
(Inherited from DynamicJson.) |
Extension Methods
| Name | Description | |
|---|---|---|
| If | (Defined by DynamicJsonExtensions.) | |
| SetBounds(Rect) | Overloaded. (Defined by SheetExtensions.) | |
| SetBounds(Int32, Int32, Int32, Int32) | Overloaded. (Defined by SheetExtensions.) | |
| SetContent | (Defined by SheetExtensions.) | |
| SetPosition | (Defined by SheetExtensions.) | |
| SetSize | (Defined by SheetExtensions.) | |
| Switch | (Defined by DynamicJsonExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| Col | Column position. (Inherited from SheetCellPosition.) | |
| Colspan | Number of columns an object should span. (Inherited from SheetCellPosition.) | |
| Name | ||
| Row | Row position. (Inherited from SheetCellPosition.) | |
| Rowspan | Number of rows an object should span. (Inherited from SheetCellPosition.) | |
| Type | Type of object. |
See Also