Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetColumnSizeable Method
Column index
Whether to allow users to resize the column


In This Topic
SetColumnSizeable Method
In This Topic
Sets whether the user can resize a specified column on this sheet.
Syntax
'Declaration
 
Public Sub SetColumnSizeable( _
   ByVal column As Integer, _
   ByVal sizeable As Boolean _
) 
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim sizeable As Boolean
 
instance.SetColumnSizeable(column, sizeable)

Parameters

column
Column index
sizeable
Whether to allow users to resize the column
See Also