GrapeCity.Xaml.SpreadSheet.Data
VerticalAlignment Property (Cell)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Cell Class : VerticalAlignment Property
Gets or sets the vertical alignment of the cell contents.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property VerticalAlignment As CellVerticalAlignment
'Usage
 
Dim instance As Cell
Dim value As CellVerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
[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