Spread for ASP.NET 12 Product Documentation
AllowRowMove Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AllowRowMove Property
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;}
See Also

Reference

SheetView Class
SheetView Members