Spread Silverlight Documentation
VerticalAlignRun Property (ExcelFont)


GrapeCity.Excel Namespace > ExcelFont Class : VerticalAlignRun Property
Gets or sets the VerticalAlignRun for the font
Syntax
'Declaration
 
Public Property VerticalAlignRun As VerticalAlignRun
'Usage
 
Dim instance As ExcelFont
Dim value As VerticalAlignRun
 
instance.VerticalAlignRun = value
 
value = instance.VerticalAlignRun
public VerticalAlignRun VerticalAlignRun {get; set;}

Property Value

The VerticalAlignRun associate with the font.
See Also

Reference

ExcelFont Class
ExcelFont Members