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