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


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