Spread Windows Forms 12.0 Product Documentation
CellValue Property (SpreadValidateActionContext)


GrapeCity.Spreadsheet.Win Assembly > GrapeCity.Spreadsheet.Win Namespace > SpreadValidateActionContext Class : CellValue Property
Gets the object which is used as replacement of cell value to execute.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property CellValue As Object
'Usage
 
Dim instance As SpreadValidateActionContext
Dim value As Object
 
value = instance.CellValue
public abstract object CellValue {get;}

Property Value

The cell value replacement.
See Also

Reference

SpreadValidateActionContext Class
SpreadValidateActionContext Members