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


In This Topic
    ShowActiveCell Field
    In This Topic
    [Ctrl+Backspace] Scroll the screen to show the active cell on the worksheet.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ShowActiveCell As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.ShowActiveCell
    public static readonly SpreadCommand ShowActiveCell
    See Also