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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Row Class : VerticalAlign Property
Gets or sets the default vertical alignment for cells in this row.
Syntax
'Declaration
 
Public Property VerticalAlign As VerticalAlign
'Usage
 
Dim instance As Row
Dim value As VerticalAlign
 
instance.VerticalAlign = value
 
value = instance.VerticalAlign
public VerticalAlign VerticalAlign {get; set;}
See Also

Reference

Row Class
Row Members