Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / Text Property


In This Topic
    Text Property (Cell)
    In This Topic
    Gets or sets the text in a cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Text As String
    'Usage
     
    Dim instance As Cell
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    [DefaultValue("")]
    public string Text {get; set;}

    Property Value

    The formatted text in the cell. The default value is an empty string.
    See Also