Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PropertyComboBoxType Class / ID Property


In This Topic
    ID Property (PropertyComboBoxType)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ID As Integer
    'Usage
     
    
    Dim instance As PropertyComboBoxType
    Dim value As Integer
     
    instance.ID = value
     
    value = instance.ID
    public int ID {get; set;}
    See Also