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






In This Topic
    Value Property (DefinedName)
    In This Topic
    The value of the defined name item. The value could be a formula, a string constant or a cell range. For e.g. "Sum(1, 2, 3)", "1.2", "\"test\"" or "sheet1!A1:B2".
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    Public Property Value As System.String
    'Usage
     
    
    Dim instance As DefinedName
    Dim value As System.String
     
    instance.Value = value
     
    value = instance.Value
    [System.ComponentModel.DefaultValue("")]
    public System.string Value {get; set;}
    public read-write property Value: System.String; 
    System.ComponentModel.DefaultValueAttribute("")
    public function get,set Value : System.String
    [System.ComponentModel.DefaultValue("")]
    public: __property System.string* get_Value();
    public: __property void set_Value( 
       System.string* value
    );
    [System.ComponentModel.DefaultValue("")]
    public:
    property System.String^ Value {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also