Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfoCollectionChangedEventArgs Class / OldStyle Property


In This Topic
    OldStyle Property
    In This Topic
    Gets the old style that was removed or changed, or null if no style was removed or changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property OldStyle As StyleInfo
    'Usage
     
    Dim instance As StyleInfoCollectionChangedEventArgs
    Dim value As StyleInfo
     
    value = instance.OldStyle
    public StyleInfo OldStyle {get;}

    Property Value

    The old style information.
    See Also