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