Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / MultiColumnEditor Class / UseValue Property


In This Topic
    UseValue Property (MultiColumnEditor)
    In This Topic
    Gets or sets the value to use.
    Syntax
    'Declaration
     
    Public Property UseValue As Boolean
    'Usage
     
    Dim instance As MultiColumnEditor
    Dim value As Boolean
     
    instance.UseValue = value
     
    value = instance.UseValue
    public bool UseValue {get; set;}
    See Also