[]
        
(Showing Draft Content)

GC.Spread.Sheets.VerticalPosition

Enumeration: VerticalPosition

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);

Table of contents

Enumeration members

Enumeration members

bottom

bottom = 2

Positions the cell or row at the bottom.


center

center = 1

Positions the cell or row in the center.


nearest

nearest = 3

Positions the cell or row at the nearest edge.


top

top = 0

Positions the cell or row at the top.