Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / Clone Method


In This Topic
    Clone Method (PrintInfo)
    In This Topic
    Creates a new PrintInfo object that is a copy of the current instance.
    Syntax
    'Declaration
     
    
    Public Overridable Function Clone() As Object
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Object
     
    value = instance.Clone()
    public virtual object Clone()
    See Also