GetExtendedCurrentSelection Method
Overloads
| GetExtendedCurrentSelection(IApp) |
Gets the extended current selections (gives you all the values, not a range as the normal current selection) |
GetExtendedCurrentSelection(IApp)
Gets the extended current selections (gives you all the values, not a range as the normal current selection)
Declaration
public static IExtendedCurrentSelection GetExtendedCurrentSelection(this IApp source)
Parameters
| Type | Name | Description |
|---|---|---|
| IApp | source |
the application |
Returns
| Type | Description |
|---|---|
| IExtendedCurrentSelection |
The extended current selections |