ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DataColumn Class / Value Property

In This Topic
    Value Property (C1DataColumn)
    In This Topic
    Sets or retrieves the value of the current cell.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    public object Value {get; set;}
    See Also