Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellStyleNotify Class / Clone Method


In This Topic
    Clone Method (CellStyleNotify)
    In This Topic
    Creates an exact copy of the current CellStyleNotify.
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As ValidateActionBase
    'Usage
     
    Dim instance As CellStyleNotify
    Dim value As ValidateActionBase
     
    value = instance.Clone()
    public override ValidateActionBase Clone()

    Return Value

    A ValidateActionBase that represents the cloned CellStyleNotify.
    See Also