Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellValueApplyingEventArgs Class / CellValue Property


In This Topic
    CellValue Property
    In This Topic
    Gets or sets the cell value.
    Syntax
    'Declaration
     
    Public Property CellValue As Object
    'Usage
     
    Dim instance As CellValueApplyingEventArgs
    Dim value As Object
     
    instance.CellValue = value
     
    value = instance.CellValue
    public object CellValue {get; set;}

    Property Value

    The cell value.
    See Also