GrapeCity.Xaml.SpreadSheet.UI
CellText Property


GrapeCity.Xaml.SpreadSheet.UI Namespace > CellTextRenderingEventArgs Class : CellText Property
Gets or sets the cell text.
Syntax
'Declaration
 
Public Property CellText As String
'Usage
 
Dim instance As CellTextRenderingEventArgs
Dim value As String
 
instance.CellText = value
 
value = instance.CellText
public string CellText {get; set;}

Property Value

The cell text.
See Also

Reference

CellTextRenderingEventArgs Class
CellTextRenderingEventArgs Members