Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SetInputMapToOtherSpreadView Method
The other spread view.


In This Topic
    SetInputMapToOtherSpreadView Method
    In This Topic
    Sets the input maps of this spreadview to another spread view.
    Syntax
    'Declaration
     
    
    Public Sub SetInputMapToOtherSpreadView( _
       ByVal otherSpreadView As SpreadView _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim otherSpreadView As SpreadView
     
    instance.SetInputMapToOtherSpreadView(otherSpreadView)
    public void SetInputMapToOtherSpreadView( 
       SpreadView otherSpreadView
    )

    Parameters

    otherSpreadView
    The other spread view.
    See Also