Excel for WinRT
AlignVert Property


Gets or sets the vertical alignment for this XLStyle.
Syntax
'Declaration
 
Public Property AlignVert As XLAlignVertEnum
'Usage
 
Dim instance As XLStyle
Dim value As XLAlignVertEnum
 
instance.AlignVert = value
 
value = instance.AlignVert
public XLAlignVertEnum AlignVert {get; set;}
Remarks
Set the AlignVert property to XLAlignVertEnum.Undefined to suppress this style element and use the default horizontal alignment instead (XLAlignVertEnum.Bottom).
See Also

Reference

XLStyle Class
XLStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback