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






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