Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AxisLine Class / id Property


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