Spread Windows Forms 12.0 Product Documentation
CustomData Property (CommandResult)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > CommandResult Structure : CustomData Property
Gets the custom System.Object that is returned by an action
Syntax
'Declaration
 
Public ReadOnly Property CustomData As Object
'Usage
 
Dim instance As CommandResult
Dim value As Object
 
value = instance.CustomData
public object CustomData {get;}
See Also

Reference

CommandResult Structure
CommandResult Members