WizPageDataAddRowKey Method (String) |
Adds a row key, if not already present, to 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 AddRowKey(
string rk
)
Public Sub AddRowKey (
rk As String
)
Parameters
- rk
- Type: SystemString
The row key to add.
See Also