In This Topic
Sets whether users can resize the specified row on this sheet.
Syntax
'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)
public void SetRowSizeable(
int ,
bool
)
Parameters
- row
- Row index
- sizeable
- Whether to allow users to resize the row
See Also