Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtCmo Class / ot Property


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