Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / CopyFrom Method
Object from which to copy style settings


In This Topic
    CopyFrom Method (NamedStyle)
    In This Topic
    Copies the properties of the specified object to the current object.
    Syntax
    'Declaration
     
    
    Public Overrides Sub CopyFrom( _
       ByVal obj As Object _
    ) 
    'Usage
     
    
    Dim instance As NamedStyle
    Dim obj As Object
     
    instance.CopyFrom(obj)
    public override void CopyFrom( 
       object obj
    )

    Parameters

    obj
    Object from which to copy style settings
    See Also