Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BuiltInCommands Class / MoveToFirstCell Field


In This Topic
    MoveToFirstCell Field
    In This Topic
    [Ctrl+Home] If freeze pane is enabled, this shortcut will go to the upper left cell in the current pane. If freeze pane is not enabled, this shortcut will go the cell upper left cell in the worksheet (A1).
    Syntax
    'Declaration
     
    Public Shared ReadOnly MoveToFirstCell As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.MoveToFirstCell
    public static readonly SpreadCommand MoveToFirstCell
    See Also