Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XTI Class / iSupBook Property


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