'Declaration
Public Overridable Function GoToFirstCell( _ ByVal dataGrid As C1DataGrid, _ ByVal shift As System.Boolean, _ ByVal ctrl As System.Boolean _ ) As System.Boolean
public virtual System.bool GoToFirstCell( C1DataGrid dataGrid, System.bool shift, System.bool ctrl )
Parameters
- dataGrid
- The data grid.
- shift
- if set to
true
act as if the shift key were pressed. - ctrl
- if set to
true
act as if the ctrl key were pressed.