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


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