Spread Windows Forms 17
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)
    public void SetColumnSizeable( 
       int column,
       bool sizeable
    )

    Parameters

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