Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardCutShapeCommand Class / GetLookupObjects Method


In This Topic
    GetLookupObjects Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetLookupObjects() As DrawingObject()
    'Usage
     
    
    Dim instance As ClipboardCutShapeCommand
    Dim value() As DrawingObject
     
    value = instance.GetLookupObjects()
    public DrawingObject[] GetLookupObjects()
    See Also