The ISheetCell type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| ToGenericObject |
Will return the underlying GenericObject of this sheet cell
|
Extension Methods
| Name | Description | |
|---|---|---|
| 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.) |
Properties
| Name | Description | |
|---|---|---|
| Col | Column position. (Inherited from ISheetCellPosition.) | |
| Colspan | Number of columns an object should span. (Inherited from ISheetCellPosition.) | |
| Name | ||
| Row | Row position. (Inherited from ISheetCellPosition.) | |
| Rowspan | Number of rows an object should span. (Inherited from ISheetCellPosition.) | |
| Type | Type of object. |
See Also