WizPageDataSetRowKeys Method (String) |
Add the provided array of 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 SetRowKeys(
string[] rks
)
Public Sub SetRowKeys (
rks As String()
)
Parameters
- rks
- Type: SystemString
An array of the selected row keys. Replaces any previous value.
See Also