| GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : CellTextRendering Event | 
'Declaration Public Event CellTextRendering As System.EventHandler(Of CellTextRenderingEventArgs)
'Usage Dim instance As SheetView Dim handler As System.EventHandler(Of CellTextRenderingEventArgs) AddHandler instance.CellTextRendering, handler
public event System.EventHandler<CellTextRenderingEventArgs> CellTextRendering
The event handler receives an argument of type CellTextRenderingEventArgs containing data related to this event. The following CellTextRenderingEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| CellText | Gets or sets the cell text. | 
| 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)