ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / CellStyle Class / VerticalAlign Property






In This Topic
    VerticalAlign Property
    In This Topic
    The vertical alignment.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlign As System.String
    'Usage
     
    
    Dim instance As CellStyle
    Dim value As System.String
     
    instance.VerticalAlign = value
     
    value = instance.VerticalAlign
    public System.string VerticalAlign {get; set;}
    public read-write property VerticalAlign: System.String; 
    public function get,set VerticalAlign : System.String
    public: __property System.string* get_VerticalAlign();
    public: __property void set_VerticalAlign( 
       System.string* value
    );
    public:
    property System.String^ VerticalAlign {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also