Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / ResetLocked Method


In This Topic
    ResetLocked Method (StyleInfo)
    In This Topic
    Resets the Locked property to its default value.
    Syntax
    'Declaration
     
    Public Overridable Sub ResetLocked() 
    'Usage
     
    Dim instance As StyleInfo
     
    instance.ResetLocked()
    public virtual void ResetLocked()
    See Also