Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CrtLine Class / id Property


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