Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetColumnResizable Method / SetColumnResizable(Int32,Boolean) Method
An integer value indicates the column index
A boolean value indicates whether column is resizable


In This Topic
    SetColumnResizable(Int32,Boolean) Method
    In This Topic
    Sets the resizable flag of a column
    Syntax
    'Declaration
     
    
    Public Overloads Function SetColumnResizable( _
       ByVal column As Integer, _
       ByVal value As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As LayoutManager
    Dim column As Integer
    Dim value As Boolean
    Dim value As Boolean
     
    value = instance.SetColumnResizable(column, value)
    public bool SetColumnResizable( 
       int column,
       bool value
    )

    Parameters

    column
    An integer value indicates the column index
    value
    A boolean value indicates whether column is resizable

    Return Value

    true if the state of the element is changed, false otherwise.
    See Also