FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / VerticalAlignment Property


In This Topic
VerticalAlignment Property (StyleInfo)
In This Topic
Gets or sets the vertical alignment of contents of the cell for the style.
Syntax
'Declaration
 
Public Overridable Property VerticalAlignment As CellVerticalAlignment
 
'Usage
 
Dim instance As StyleInfo
Dim value As CellVerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
See Also