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

In This Topic
    NumberFormat Property (C1DataColumn)
    In This Topic
    Gets or sets the formmating string for a column.
    Syntax
    'Declaration
     
    
    Public Property NumberFormat As String
    public string NumberFormat {get; set;}
    See Also