Search
Worksheet.applyRowVisibility Method
See Also
 






Apply desired row visibility in a single pass.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void applyRowVisibility (
    Set<Integer> hiddenRows,
    int maxRow
)

 Parameters

hiddenRows

Indices of rows to hide.

maxRow

The last row to make visible.

 Remarks

Rows in hiddenRows become hidden; all other rows 0..maxRow become visible. Reconciliation runs once at the end instead of per-row.

 See Also