Sets whether users can resize the specified row on this sheet.
public void SetRowSizeable(
int ,
bool
)
'Declaration
Public Sub SetRowSizeable( _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim row As Integer
Dim sizeable As Boolean
instance.SetRowSizeable(row, sizeable)
Parameters
- row
- Row index
- sizeable
- Whether to allow users to resize the row