[]
Spread.Sheets.VerticalPosition
单元格或行的垂直位置
代码示例
//本示例使用了VerticalPosition枚举
activeSheet.setActiveCell(10,5);
activeSheet.showCell(10, 5, GC.Spread.Sheets.VerticalPosition.top, GC.Spread.Sheets.HorizontalPosition.center);
• bottom = 2
将单元格或行定位在底部
• center = 1
将单元格或行放置在中心
• nearest = 3
将单元格或行定位到最近的边缘
• top = 0
将单元格或行放置在顶部