Search
PropertyGridContent.refreshRows Method
See Also
 






Repaints a range of rows.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

function refreshRows (index, [count])

 Parameters

index

Number. The start index of the row range to repaint.

count
Optional.

Number. The length of the range.

 See Also