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


In This Topic
    SelectEntireRow Field
    In This Topic
    [Shift-Space] Select the entire row of the current selection. If the current selection spans multiple rows, all rows that intersect the selection will be selected.
    Syntax
    'Declaration
     
    Public Shared ReadOnly SelectEntireRow As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.SelectEntireRow
    public static readonly SpreadCommand SelectEntireRow
    See Also