Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetRowHidden Method / SetRowHidden(Int32,Int32,Boolean,Boolean) Method
A integer value indicates the top row index.
A integer value indicates the bottom row index.
A boolean value indicates the hidden of the row.


In This Topic
SetRowHidden(Int32,Int32,Boolean,Boolean) Method
In This Topic
Sets the hidden state for the specified rows.
Syntax
'Declaration
 
Public Overloads Sub SetRowHidden( _
   ByVal row As Integer, _
   ByVal row2 As Integer, _
   ByVal hidden 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)
See Also