Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / ActiveObject Property


In This Topic
    ActiveObject Property (CommandResult)
    In This Topic
    The active object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveObject As Object
    'Usage
     
    
    Dim instance As CommandResult
    Dim value As Object
     
    value = instance.ActiveObject
    public object ActiveObject {get;}
    See Also