[]
Creates a command that hides the items within the specified range.
public static Command HideSelectedItems(IRange range)
Public Shared Function HideSelectedItems(range As IRange) As Command
| Type | Name | Description |
|---|---|---|
| IRange | range | The IRange containing the items to hide. |
| Type | Description |
|---|---|
| Command | A Command that hides the selected items. |