Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImage Class / CanMove Property
Example


In This Topic
    CanMove Property (SpreadImage)
    In This Topic
    Gets or sets whether the image can be moved.
    Syntax
    'Declaration
     
    
    Public Property CanMove As Boolean
    'Usage
     
    
    Dim instance As SpreadImage
    Dim value As Boolean
     
    instance.CanMove = value
     
    value = instance.CanMove
    public bool CanMove {get; set;}
    Example
    This example adds an image to the sheet.
    See Also