/// <summary> /// Initializes a new instance of the <see cref="DataRow"/> class /// specifying the template that will be used to create the data rows /// contained within the grid. /// </summary> /// <param name="template">A reference to a <see cref="DataRow"/> object that /// will be used to create the data rows contained within the grid.</param> protected internal NumberedRow( NumberedRow template ) : base(template) { }
/// <summary> /// Initializes a new instance of the <see cref="DataRow"/> class /// specifying the template that will be used to create the data rows /// contained within the grid. /// </summary> /// <param name="template">A reference to a <see cref="DataRow"/> object that /// will be used to create the data rows contained within the grid.</param> protected internal NumberedRow(NumberedRow template) : base(template) { }