Spread Silverlight Documentation
VerticalAlignment Property (Cell)


GrapeCity.Windows.SpreadSheet.Data Namespace > Cell Class : VerticalAlignment Property
Gets or sets the vertical alignment of the cell contents.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property VerticalAlignment As CellVerticalAlignment
'Usage
 
Dim instance As Cell
Dim value As CellVerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
[System.ComponentModel.DefaultValue()]
public CellVerticalAlignment VerticalAlignment {get; set;}

Property Value

A CellVerticalAlignment object that specifies the vertical alignment for the cell. The default value is General.
See Also

Reference

Cell Class
Cell Members