Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetColumnResizable Method / GetColumnResizable(Int32) Method
The column index.


In This Topic
    GetColumnResizable(Int32) Method
    In This Topic
    Gets a value that indicates whether the user can resize a specified column in the specified sheet area.
    Syntax
    'Declaration
     
    Public Overloads Function GetColumnResizable( _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As Worksheet
    Dim column As Integer
    Dim value As Boolean
     
    value = instance.GetColumnResizable(column)
    public bool GetColumnResizable( 
       int column
    )

    Parameters

    column
    The column index.

    Return Value

    Returns true if the user can resize the specified column; otherwise, false.
    See Also