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


In This Topic
    MoveToLastCell Field
    In This Topic
    [Ctrl+End] The last cell is at the intersection of the last row that contains data and the last column that contains data. The last cell may or may not contain data.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MoveToLastCell As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.MoveToLastCell
    public static readonly SpreadCommand MoveToLastCell
    See Also