'宣言 Public Function New( _ ByVal height As GridLength, _ ByVal minHeight As System.Double, _ ByVal maxHeight As System.Double, _ ByVal isVisible As System.Boolean _ )
public GridControlAdapter.RowInfo( GridLength height, System.double minHeight, System.double maxHeight, System.bool isVisible )
パラメータ
- height
- 高さ
- minHeight
- 最小高さ
- maxHeight
- 最大高さ
- isVisible
true
に設定すると、行が表示されます。