Class $.wijmo.wijspread.VerticalPosition
Constructor Attributes | Constructor Name and Description |
---|---|
Specifies the vertical position of the cell or row in the component.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
$.wijmo.wijspread.VerticalPosition.bottom
Positions the cell or row to the bottom.
|
<static> |
$.wijmo.wijspread.VerticalPosition.center
Positions the cell or row to the center.
|
<static> |
$.wijmo.wijspread.VerticalPosition.nearest
Positions the cell or row to the nearest edge.
|
<static> |
$.wijmo.wijspread.VerticalPosition.top
Positions the cell or row at the top.
|
Class Detail
$.wijmo.wijspread.VerticalPosition()
Specifies the vertical position of the cell or row in the component.
Field Detail
<static>
$.wijmo.wijspread.VerticalPosition.bottom
Positions the cell or row to the bottom.
<static>
$.wijmo.wijspread.VerticalPosition.center
Positions the cell or row to the center.
<static>
$.wijmo.wijspread.VerticalPosition.nearest
Positions the cell or row to the nearest edge.
<static>
$.wijmo.wijspread.VerticalPosition.top
Positions the cell or row at the top.