Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TXO Class / ifntEmpty Property


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