Spread Windows Forms 9.0 Product Documentation
GetActionMap Method (SpreadView)
Example 


Gets the action map.
Syntax
'Declaration
 
Public Overridable Function GetActionMap() As ActionMap
'Usage
 
Dim instance As SpreadView
Dim value As ActionMap
 
value = instance.GetActionMap()
public virtual ActionMap GetActionMap()

Return Value

ActionMap object containing the action map
Example
This example gets the action map.
FarPoint.Win.Spread.ActionMap map;
FarPoint.Win.Spread.SpreadView sv = new FarPoint.Win.Spread.SpreadView();
map = sv.GetActionMap();
map.Clear();
Dim map As FarPoint.Win.Spread.ActionMap
Dim sv As New FarPoint.Win.Spread.SpreadView()
sv = FpSpread1.GetRootWorkbook()
map = sv.GetActionMap()
map.Clear()
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SpreadView Class
SpreadView Members
ActionMap Class

User-Task Documentation

Managing Keyboard Navigation

 

 


Copyright © GrapeCity, inc. All rights reserved.