FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / AggregateDefinition Class / Column Property

In This Topic
    Column Property (AggregateDefinition)
    In This Topic
    Gets or sets the index of column should be used. It is used if PropertyName is not filled.
    Syntax
    'Declaration
     
    
    Public Property Column As Integer
    public int Column {get; set;}
    See Also