'Declaration
Public Overloads Sub SetRowHidden( _ ByVal row As Integer, _ ByVal row2 As Integer, _ ByVal As Boolean, _ ByVal autoOptimize As Boolean _ )
'Usage
Dim instance As LayoutManager Dim row As Integer Dim row2 As Integer Dim hidden As Boolean Dim autoOptimize As Boolean instance.SetRowHidden(row, row2, hidden, autoOptimize)
Parameters
- row
- A integer value indicates the top row index.
- row2
- A integer value indicates the bottom row index.
- hidden
- A boolean value indicates the hidden of the row.
- autoOptimize
Return Value
true
if the row visibility changed (also notified)