Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetColumnResizable Method
An integer value indicates the column index


In This Topic
GetColumnResizable Method
In This Topic
Gets whether a column can be resized
Syntax
'Declaration
 
Public Function GetColumnResizable( _
   ByVal column As Integer _
) As Boolean
 
'Usage
 
Dim instance As LayoutManager
Dim column As Integer
Dim value As Boolean
 
value = instance.GetColumnResizable(column)

Parameters

column
An integer value indicates the column index

Return Value

A boolean value represents whether column is resizable
See Also