Search
PropertyGridContent.selectRows Method
See Also
 






Selects the rows in the specified range.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

function selectRows (index, [count])

 Parameters

index

Number. The start index of the range to select.

count
Optional.

Number. The length of the range.

 See Also