Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ResultStringEventArgs Class / ReadString Property


In This Topic
    ReadString Property
    In This Topic
    Gets the reading string.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReadString As String
    'Usage
     
    Dim instance As ResultStringEventArgs
    Dim value As String
     
    value = instance.ReadString
    public string ReadString {get;}

    Property Value

    A System.String value indicating the reading string.
    See Also