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