12 lines
229 B
C#
12 lines
229 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Outline
|
|||
|
{
|
|||
|
public class RowOutlineCollection : OutlineCollectionProperty<RowOutline>
|
|||
|
{
|
|||
|
internal RowOutlineCollection(Worksheet worksheet) : base(worksheet, RowOrColumn.Row)
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|