using System; namespace CPF.ReoGrid.Outline { public class ColumnOutlineCollection : OutlineCollectionProperty { internal ColumnOutlineCollection(Worksheet worksheet) : base(worksheet, RowOrColumn.Column) { } } }