Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManager Class / IsMoveableColumn Method


In This Topic
    IsMoveableColumn Method
    In This Topic
    Gets a boolean value indicating whether the column(s) is able to move.
    Syntax
    'Declaration
     
    
    Public Function IsMoveableColumn() As Boolean
    'Usage
     
    
    Dim instance As DataManager
    Dim value As Boolean
     
    value = instance.IsMoveableColumn()
    public bool IsMoveableColumn()

    Return Value

    true if the column(s) is able to move; otherwise, false.
    See Also