'Declaration Public Shared ReadOnly ClearSelectedCellsData As Object
'Usage Dim value As Object value = SpreadActions.ClearSelectedCellsData
public static readonly object ClearSelectedCellsData
'Declaration Public Shared ReadOnly ClearSelectedCellsData As Object
'Usage Dim value As Object value = SpreadActions.ClearSelectedCellsData
public static readonly object ClearSelectedCellsData
FarPoint.Win.Spread.InputMap im;
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused);
im.Put(new FarPoint.Win.Spread.Keystroke(Keys.L, Keys.None), FarPoint.Win.Spread.SpreadActions.ClearSelectedCellsData);
Dim im As FarPoint.Win.Spread.InputMap im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused) im.Put(New FarPoint.Win.Spread.Keystroke(Keys.L, Keys.None), FarPoint.Win.Spread.SpreadActions.ClearSelectedCellsData)