[]
Spread.Sheets.HorizontalPosition
Specifies the horizontal position of the cell or column in the component.
example
//This example uses the HorizontalPosition enumeration.
activeSheet.setActiveCell(10,5);
activeSheet.showCell(10, 5, GC.Spread.Sheets.VerticalPosition.top, GC.Spread.Sheets.HorizontalPosition.center);
• center = 1
Positions the cell or column in the center.
• left = 0
Positions the cell or column to the left.
• nearest = 3
Positions the cell or column to the nearest edge.
• right = 2
Positions the cell or column to the right.