ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / WorkbookTableCommonStyle Class / VAlign Property

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