SetCollapsed Method
SetCollapsed(int, bool)
Sets the collapsed of the row.
Declaration
void SetCollapsed(int row, bool collapsed)
Sub SetCollapsed(row As Integer, collapsed As Boolean)
Parameters
Type |
Name |
Description |
int |
row |
The index of the row.
|
bool |
collapsed |
The collapsed of the row.
|