Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateActionContext Class / CellValue Property


In This Topic
    CellValue Property (ValidateActionContext)
    In This Topic
    Internal use only Gets the object which is used as replacement of cell value to execute.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property CellValue As Object
    'Usage
     
    
    Dim instance As ValidateActionContext
    Dim value As Object
     
    value = instance.CellValue
    public override object CellValue {get;}

    Property Value

    The cell value replacement.
    See Also