Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetRowSizeable Method
Row index
Whether to allow users to resize the row


In This Topic
SetRowSizeable Method
In This Topic
Sets whether users can resize the specified row on this sheet.
Syntax
'Declaration
 
Public Sub SetRowSizeable( _
   ByVal row As Integer, _
   ByVal sizeable 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
See Also