Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnSizeable Method
Column index


In This Topic
    GetColumnSizeable Method
    In This Topic
    Gets whether the user can resize a specified column on this sheet.
    Syntax
    'Declaration
     
    
    Public Function GetColumnSizeable( _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim column As Integer
    Dim value As Boolean
     
    value = instance.GetColumnSizeable(column)
    public bool GetColumnSizeable( 
       int column
    )

    Parameters

    column
    Column index
    See Also