Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / CanDuplicate Method


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