Spread ASP.NET 16
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelException Class / HRSet Property


In This Topic
    HRSet Property
    In This Topic
    Gets whether the HResult property is set.
    Syntax
    'Declaration
     
    Public ReadOnly Property HRSet As Boolean
    'Usage
     
    Dim instance As ExcelException
    Dim value As Boolean
     
    value = instance.HRSet
    public bool HRSet {get;}

    Property Value

    Boolean: true if the HResult property is set; false otherwise
    See Also