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


In This Topic
    HideUnhideRowsColumns Field
    In This Topic
    [Ctrl-0] Hide columns that intersect the current selection. [Ctrl-9] Hide rows that intersect the current selection. [Ctrl-Shift-0] Unhide any hidden columns that intersect the current selection. [Ctrl-Shift-9] Unhide any hidden rows that intersect the current selection.
    Syntax
    'Declaration
     
    Public Shared ReadOnly HideUnhideRowsColumns As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.HideUnhideRowsColumns
    public static readonly SpreadCommand HideUnhideRowsColumns
    See Also