Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExtraRendererSettings Class / Value Property


In This Topic
    Value Property (ExtraRendererSettings)
    In This Topic
    Gets the model value of the painted cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Object
    'Usage
     
    
    Dim instance As ExtraRendererSettings
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}
    See Also