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


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