Spread Windows Forms 12.0 Product Documentation
VerticalAlignment Property (AppearanceStyleInfo)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > AppearanceStyleInfo Class : VerticalAlignment Property
Gets or sets the vertical alignment of contents of the cell style.
Syntax
'Declaration
 
Public Overrides Property VerticalAlignment As CellVerticalAlignment
'Usage
 
Dim instance As AppearanceStyleInfo
Dim value As CellVerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
public override CellVerticalAlignment VerticalAlignment {get; set;}
See Also

Reference

AppearanceStyleInfo Class
AppearanceStyleInfo Members