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