| Member | Description |
|---|---|
| bottom | Positions the cell or row at the bottom. |
| center | Positions the cell or row in the center. |
| nearest | Positions the cell or row at the nearest edge. |
| top | Positions the cell or row at the top. |
| Member | Description |
|---|---|
| bottom | Positions the cell or row at the bottom. |
| center | Positions the cell or row in the center. |
| nearest | Positions the cell or row at the nearest edge. |
| top | Positions the cell or row at the top. |
activeSheet.setActiveCell(10,5); activeSheet.showCell(10, 5, GC.Spread.Sheets.VerticalPosition.top, GC.Spread.Sheets.HorizontalPosition.center);
Object
GC.Spread.Sheets.VerticalPosition