Spread Windows Forms 17
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.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Failed As CommandResult
    'Usage
     
    
    Dim value As CommandResult
     
    value = CommandResult.Failed
    public static readonly CommandResult Failed
    See Also