Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LegendException Class / iss Property


In This Topic
    iss Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property iss As UShort
    'Usage
     
    
    Dim instance As LegendException
    Dim value As UShort
     
    instance.iss = value
     
    value = instance.iss
    public ushort iss {get; set;}
    See Also