Spread Silverlight Documentation
CellText Property


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

Property Value

The cell text.
See Also

Reference

CellTextRenderingEventArgs Class
CellTextRenderingEventArgs Members