GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : CellValueApplying Event |
'Declaration Public Event CellValueApplying As System.EventHandler(Of CellValueApplyingEventArgs)
'Usage Dim instance As SheetView Dim handler As System.EventHandler(Of CellValueApplyingEventArgs) AddHandler instance.CellValueApplying, handler
public event System.EventHandler<CellValueApplyingEventArgs> CellValueApplying
The event handler receives an argument of type CellValueApplyingEventArgs containing data related to this event. The following CellValueApplyingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CellValue | Gets or sets the cell value. |
Column | Gets the column index of the cell. (Inherited from GrapeCity.Windows.SpreadSheet.UI.CellEventArgs) |
Row | Gets the row index of the cell. (Inherited from GrapeCity.Windows.SpreadSheet.UI.CellEventArgs) |
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6