[]
        
(Showing Draft Content)

GC.Spread.Sheets.VerticalPosition

枚举: VerticalPosition

Spread.Sheets.VerticalPosition

单元格或行的垂直位置

代码示例

//本示例使用了VerticalPosition枚举
activeSheet.setActiveCell(10,5);
activeSheet.showCell(10, 5, GC.Spread.Sheets.VerticalPosition.top, GC.Spread.Sheets.HorizontalPosition.center);

Table of contents

枚举值成员

枚举值成员

bottom

bottom = 2

将单元格或行定位在底部


center

center = 1

将单元格或行放置在中心


nearest

nearest = 3

将单元格或行定位到最近的边缘


top

top = 0

将单元格或行放置在顶部