[]
        
(Showing Draft Content)

GC.Spread.Sheets.HorizontalPosition

Enumeration: HorizontalPosition

Spread.Sheets.HorizontalPosition

Specifies the horizontal position of the cell or column in the component.

example

//This example uses the HorizontalPosition 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

center

center = 1

Positions the cell or column in the center.


left

left = 0

Positions the cell or column to the left.


nearest

nearest = 3

Positions the cell or column to the nearest edge.


right = 2

Positions the cell or column to the right.