Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / OpenResult Structure / Reason Property


In This Topic
    Reason Property
    In This Topic
    Gets the Reason value which indicates the state of the action.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Reason As Reason
    'Usage
     
    
    Dim instance As OpenResult
    Dim value As Reason
     
    value = instance.Reason
    public Reason Reason {get;}
    See Also