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






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