Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SetColumnResizable Method / SetColumnResizable(Int32,SheetArea,Boolean) Method
The column index.
The sheet area.
Set to true to allow users to resize the column.


In This Topic
    SetColumnResizable(Int32,SheetArea,Boolean) Method
    In This Topic
    Sets whether users can resize individual columns in the specified sheet area.
    Syntax
    'Declaration
     
    Public Overloads Sub SetColumnResizable( _
       ByVal column As Integer, _
       ByVal sheetArea As SheetArea, _
       ByVal value As Boolean _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim column As Integer
    Dim sheetArea As SheetArea
    Dim value As Boolean
     
    instance.SetColumnResizable(column, sheetArea, value)
    public void SetColumnResizable( 
       int column,
       SheetArea sheetArea,
       bool value
    )

    Parameters

    column
    The column index.
    sheetArea
    The sheet area.
    value
    Set to true to allow users to resize the column.
    See Also