FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Column Class / ColumnName Property

In This Topic
    ColumnName Property
    In This Topic
    Gets or sets a value used as an identifier for the column.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    Public Property ColumnName As String
    [DefaultValue("")]
    public string ColumnName {get; set;}
    See Also