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






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