Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / NumericUpDownCellType Class / RefValues Property


In This Topic
    RefValues Property
    In This Topic
    Gets or sets a list of reference values for the numeric up-down cell.
    Syntax
    'Declaration
     
    
    Public Property RefValues As String
    'Usage
     
    
    Dim instance As NumericUpDownCellType
    Dim value As String
     
    instance.RefValues = value
     
    value = instance.RefValues
    public string RefValues {get; set;}

    Property Value

    String containing the reference values
    See Also