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






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