[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.HideSelectedItems

HideSelectedItems Method

HideSelectedItems(IRange)

Creates a command that hides the items within the specified range.

Declaration
public static Command HideSelectedItems(IRange range)
Public Shared Function HideSelectedItems(range As IRange) As Command
Parameters
Type Name Description
IRange range

The IRange containing the items to hide.

Returns
Type Description
Command

A Command that hides the selected items.