'Declaration
Public Overloads Function SetRowHidden( _ ByVal row As Integer, _ ByVal As Boolean _ ) As Boolean
'Usage
Dim instance As LayoutManager Dim row As Integer Dim hidden As Boolean Dim value As Boolean value = instance.SetRowHidden(row, hidden)
Parameters
- row
- A boolean value indicates the row index.
- hidden
- A boolean value indicates the hidden of the row.
Return Value
true
if the state of the element is changed, false
otherwise.