GcSpread.Sheets Namespace : VerticalPosition Enumeration |
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); spread.showActiveCell(GcSpread.Sheets.VerticalPosition.center, GcSpread.Sheets.HorizontalPosition.center);
Object
GcSpread.Sheets.VerticalPosition