ComponentOne FlexGrid for WPF and Silverlight
Columns Property (C1FlexGrid)

C1.WPF.FlexGrid Namespace > C1FlexGrid Class : Columns Property
Gets the collection of columns in the grid.
Syntax
'Declaration
 
Public ReadOnly Property Columns As ColumnCollection
public ColumnCollection Columns {get;}
Remarks
This property is equivalent to Cells.Columns.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members