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






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