Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellTextRenderingEventArgs Class / CellText Property


In This Topic
    CellText Property
    In This Topic
    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