Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / Success Property


In This Topic
Success Property (CommandResult)
In This Topic
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

Property Value

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