Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellValueRule Class / Value1 Property


In This Topic
    Value1 Property (CellValueRule)
    In This Topic
    Gets or sets the value of the first object.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Value1 As Object
    'Usage
     
    Dim instance As CellValueRule
    Dim value As Object
     
    instance.Value1 = value
     
    value = instance.Value1
    [DefaultValue("")]
    public object Value1 {get; set;}

    Property Value

    The default is null.
    See Also