Spread Windows Forms 12.0 Product Documentation
VerticalAlignment Property (IStyle)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : VerticalAlignment Property
Gets or sets a value that represents the vertical alignment of the style.
Syntax
'Declaration
 
Property VerticalAlignment As VerticalAlignment
'Usage
 
Dim instance As IStyle
Dim value As VerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
VerticalAlignment VerticalAlignment {get; set;}

Property Value

The vertical alignment of the style.
See Also

Reference

IStyle Interface
IStyle Members