Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtLbsData Class / ft Property


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