ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridDefaultInputHandlingStrategy Class / GoToLastCell Method
The data grid.
if set to true act as if the shift key were pressed.
if set to true act as if the ctrl key were pressed.

In This Topic
    GoToLastCell Method
    In This Topic
    Goes to last cell.
    Syntax
    'Declaration
     
    
    Public Overridable Function GoToLastCell( _
       ByVal dataGrid As C1DataGrid, _
       ByVal shift As Boolean, _
       ByVal ctrl As Boolean _
    ) As Boolean
    public virtual bool GoToLastCell( 
       C1DataGrid dataGrid,
       bool shift,
       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.
    See Also