Click or drag to resize

WizPageDataRemoveRowKey Method (String)

Removes a row key, if present, from the list of selected row keys for the current instance.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void RemoveRowKey(
	string rk
)

Parameters

rk
Type: SystemString
The row key to remove.
See Also