Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / Clone Method


In This Topic
    Clone Method (PageSetup)
    In This Topic
    Creates a new object that is a copy of the current instance.
    Syntax
    'Declaration
     
    
    Public Function Clone() As IPageSetup
    'Usage
     
    
    Dim instance As PageSetup
    Dim value As IPageSetup
     
    value = instance.Clone()
    public IPageSetup Clone()

    Return Value

    A new object that is a copy of the current instance.
    See Also