| SheetExtensions Methods |
The SheetExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| CellAt |
Gets the ISheetCell for the row / column
| |
| CellFor |
Gets the ISheetCell for the object
| |
| CellsAt |
Returns a list of ISheetCell for the row / column
| |
| SetBounds(ISheetCell, Rect) |
Set bounds for the object on the sheet
| |
| SetBounds(ISheetCell, Int32, Int32, Int32, Int32) |
Set bounds for the object on the sheet
| |
| SetContent |
Set NxInfo information on the sheet cell
| |
| SetPosition |
Set position for the object on the sheet
| |
| SetSize |
Set size for the object on the sheet
|