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






In This Topic
    BorderLeftWidth Property
    In This Topic
    Width of the Left border.
    Syntax
    'Declaration
     
    
    Public Property BorderLeftWidth As System.String
    'Usage
     
    
    Dim instance As CellStyle
    Dim value As System.String
     
    instance.BorderLeftWidth = value
     
    value = instance.BorderLeftWidth
    public System.string BorderLeftWidth {get; set;}
    public read-write property BorderLeftWidth: System.String; 
    public function get,set BorderLeftWidth : System.String
    public: __property System.string* get_BorderLeftWidth();
    public: __property void set_BorderLeftWidth( 
       System.string* value
    );
    public:
    property System.String^ BorderLeftWidth {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also