Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LbsDropData Class / cLine Property


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