Click or drag to resize

WizPageDataRemoveRowKey Method (String, String)

Removes a row key, if present, from the list of 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 RemoveRowKey(
	string instanceName,
	string rk
)

Parameters

instanceName
Type: SystemString
The page instance for which to remove the specified row key.
rk
Type: SystemString
The row key to remove.
See Also