Spread Windows Forms 12.0 Product Documentation
SetInputMapToOtherSpreadView Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : SetInputMapToOtherSpreadView Method
The other spread view.
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

Reference

SpreadView Class
SpreadView Members