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


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