Spread.Sheets Documentation
VerticalPosition Enumeration
Specifies the vertical position of the cell or row in the component.
Members
MemberDescription
bottomPositions the cell or row at the bottom.
centerPositions the cell or row in the center.
nearestPositions the cell or row at the nearest edge.
topPositions the cell or row at the top.
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);
Inheritance Hierarchy

Object
   GC.Spread.Sheets.VerticalPosition

See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.