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






In This Topic
    Link Property
    In This Topic
    Gets or sets the hyperlink of cell.
    Syntax
    'Declaration
     
    
    Public Property Link As System.String
    'Usage
     
    
    Dim instance As Cell
    Dim value As System.String
     
    instance.Link = value
     
    value = instance.Link
    public System.string Link {get; set;}
    public read-write property Link: System.String; 
    public function get,set Link : System.String
    public: __property System.string* get_Link();
    public: __property void set_Link( 
       System.string* value
    );
    public:
    property System.String^ Link {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also