Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetAxisModel Class / SetResizable Method
Row or column index
Whether the specified row or column can be resized


In This Topic
SetResizable Method (DefaultSheetAxisModel)
In This Topic
Sets whether users can resize the specified row or column.
Syntax
'Declaration
 
Public Overrides Sub SetResizable( _
   ByVal index As Integer, _
   ByVal value As Boolean _
) 
 
'Usage
 
Dim instance As DefaultSheetAxisModel
Dim index As Integer
Dim value As Boolean
 
instance.SetResizable(index, value)

Parameters

index
Row or column index
value
Whether the specified row or column can be resized
See Also