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






In This Topic
    Border Property (Style)
    In This Topic
    Gets or sets the cell border.
    Syntax
    'Declaration
     
    
    Public Property Border As BorderCollection
    'Usage
     
    
    Dim instance As Style
    Dim value As BorderCollection
     
    instance.Border = value
     
    value = instance.Border
    public BorderCollection Border {get; set;}
    public read-write property Border: BorderCollection; 
    public function get,set Border : BorderCollection
    public: __property BorderCollection* get_Border();
    public: __property void set_Border( 
       BorderCollection* value
    );
    public:
    property BorderCollection^ Border {
       BorderCollection^ get();
       void set (    BorderCollection^ value);
    }
    See Also