Spread Silverlight Documentation
VerticalAlign Property (IExtendedFormat)


GrapeCity.Excel Namespace > IExtendedFormat Interface : VerticalAlign Property
Get or set the ExcelVerticalAlignment property value
Syntax
'Declaration
 
Property VerticalAlign As ExcelVerticalAlignment
'Usage
 
Dim instance As IExtendedFormat
Dim value As ExcelVerticalAlignment
 
instance.VerticalAlign = value
 
value = instance.VerticalAlign
ExcelVerticalAlignment VerticalAlign {get; set;}

Property Value

The vertical alignment setting.
See Also

Reference

IExtendedFormat Interface
IExtendedFormat Members