Spread Silverlight Documentation
ActualVerticalAlignment Property


GrapeCity.Windows.SpreadSheet.Data Namespace > Cell Class : ActualVerticalAlignment Property
Gets or sets the displayed vertical alignment of the cell contents.
Syntax
'Declaration
 
Public ReadOnly Property ActualVerticalAlignment As CellVerticalAlignment
'Usage
 
Dim instance As Cell
Dim value As CellVerticalAlignment
 
value = instance.ActualVerticalAlignment
public CellVerticalAlignment ActualVerticalAlignment {get;}

Property Value

A CellVerticalAlignment object that specifies the vertical alignment for the cell.
See Also

Reference

Cell Class
Cell Members