Spread Silverlight Documentation
OldStyle Property


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfoCollectionChangedEventArgs Class : OldStyle Property
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

Reference

StyleInfoCollectionChangedEventArgs Class
StyleInfoCollectionChangedEventArgs Members