Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Style Class / VAlign Property

In This Topic
    VAlign Property
    In This Topic
    Gets or sets the vertical alignment of cell content.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <XmlAttributeAttribute()>
    Public Property VAlign As VAlignType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [XmlAttribute()]
    public VAlignType VAlign {get; set;}
    See Also