Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / AllowRowMove Property


In This Topic
    AllowRowMove Property
    In This Topic
    Gets or sets whether to allow the user to move rows.
    Syntax
    'Declaration
     
    Public Property AllowRowMove As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.AllowRowMove = value
     
    value = instance.AllowRowMove
    public bool AllowRowMove {get; set;}

    Property Value

    Boolean: true to allow users to move a row; false to prohibit moving
    See Also