| GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : CellTextRendering Event | 
'Declaration Public Event CellTextRendering As EventHandler(Of CellTextRenderingEventArgs)
'Usage Dim instance As SheetView Dim handler As EventHandler(Of CellTextRenderingEventArgs) AddHandler instance.CellTextRendering, handler
public event 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.Xaml.SpreadSheet.UI.CellEventArgs) | 
| Row | Gets the row index of the cell. (Inherited from GrapeCity.Xaml.SpreadSheet.UI.CellEventArgs) | 
Target Platforms: Windows Server 2012, Windows RT