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






In This Topic
    Value Property (Cell)
    In This Topic
    Gets or sets the value of the cell.
    Syntax
    'Declaration
     
    
    Public Property Value As System.Object
    'Usage
     
    
    Dim instance As Cell
    Dim value As System.Object
     
    instance.Value = value
     
    value = instance.Value
    public System.object Value {get; set;}
    public read-write property Value: System.TObject; 
    public function get,set Value : System.Object
    public: __property System.Object* get_Value();
    public: __property void set_Value( 
       System.Object* value
    );
    public:
    property System.Object^ Value {
       System.Object^ get();
       void set (    System.Object^ value);
    }
    See Also