WizPageDataClearRowKeys Method (String) |
Clear the selected row keys for the specified instance.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void ClearRowKeys(
string instanceName
)
Public Sub ClearRowKeys (
instanceName As String
)
Parameters
- instanceName
- Type: SystemString
The page instance for which to clear the selected row keys.
See Also