Spread Windows Forms 12.0 Product Documentation
Success Property (CommandResult)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > CommandResult Structure : Success Property
Gets a value indicating whether the command is executed successful.
Syntax
'Declaration
 
Public ReadOnly Property Success As Boolean
'Usage
 
Dim instance As CommandResult
Dim value As Boolean
 
value = instance.Success
public bool Success {get;}

Property Value

true if the command is executed successful; otherwise, false.
See Also

Reference

CommandResult Structure
CommandResult Members