Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / CanMultipleSelect Property


In This Topic
    CanMultipleSelect Property (CellNote)
    In This Topic
    Gets a boolean value indicating whether this CellNote can be selected with other shape.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property CanMultipleSelect As Boolean
    'Usage
     
    
    Dim instance As CellNote
    Dim value As Boolean
     
    value = instance.CanMultipleSelect
    public override bool CanMultipleSelect {get;}
    See Also