Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / Failed Field


In This Topic
    Failed Field (CommandResult)
    In This Topic
    Indicates the command failed to execute. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Failed As CommandResult
    'Usage
     
    
    Dim value As CommandResult
     
    value = CommandResult.Failed
    public static readonly CommandResult Failed
    See Also