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






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