Spread WinForms 15
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)

Parameters

otherSpreadView
The other spread view.
See Also