Spread.Sheets Documentation
HorizontalPosition Enumeration
Specifies the horizontal position of the cell or column in the component.
Members
MemberDescription
centerPositions the cell or column in the center.
leftPositions the cell or column to the left.
nearestPositions the cell or column to the nearest edge.
rightPositions the cell or column to the right.
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);
Inheritance Hierarchy

Object
   GC.Spread.Sheets.HorizontalPosition

See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.