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