'Declaration Public Overloads Sub SetRowResizable( _ ByVal row As System.Integer, _ ByVal value As System.Boolean _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim value As System.Boolean instance.SetRowResizable(row, value)
Parameters
- row
- The row index.
- value
- Set to
true
to let the users resize the specified row.