public SeparatorCell(SeparatorCell cell) : base(cell) { this.m_separatorType = cell.m_separatorType; this.Border = BorderType.None; }