Spread for ASP.NET 12 Product Documentation
VerticalAlign Property (Cell)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class : VerticalAlign Property
Gets or sets the vertical alignment of contents for a cell.
Syntax
'Declaration
 
Public Property VerticalAlign As VerticalAlign
'Usage
 
Dim instance As Cell
Dim value As VerticalAlign
 
instance.VerticalAlign = value
 
value = instance.VerticalAlign
public VerticalAlign VerticalAlign {get; set;}
See Also

Reference

Cell Class
Cell Members