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


In This Topic
    wListSelType Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property wListSelType As Byte
    'Usage
     
    
    Dim instance As FtLbsData
    Dim value As Byte
     
    instance.wListSelType = value
     
    value = instance.wListSelType
    public byte wListSelType {get; set;}
    See Also