Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellChangedEventArgs Class / PropertyName Property


In This Topic
    PropertyName Property
    In This Topic
    Gets the property name.
    Syntax
    'Declaration
     
    Public ReadOnly Property PropertyName As String
    'Usage
     
    Dim instance As CellChangedEventArgs
    Dim value As String
     
    value = instance.PropertyName
    public string PropertyName {get;}
    See Also