WizPageDataSetRowKeys Method (String, String) |
Add the provided semi-colon separated list of 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 SetRowKeys(
string instanceName,
string rks
)
Public Sub SetRowKeys (
instanceName As String,
rks As String
)
Parameters
- instanceName
- Type: SystemString
The page instance for which to clear the selected row keys. - rks
- Type: SystemString
A semi-colon-separated list of the selected row keys. Replaces any previous value.
See Also