Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / CanDuplicate Method


In This Topic
    CanDuplicate Method (ConnectionShape)
    In This Topic
    Gets a boolean value indicating whether this DrawingObject can be duplicated.
    Syntax
    'Declaration
     
    
    Public Function CanDuplicate() As Boolean
    'Usage
     
    
    Dim instance As ConnectionShape
    Dim value As Boolean
     
    value = instance.CanDuplicate()
    public bool CanDuplicate()
    See Also