// Initializes a new instance of the NumberedRowSelector class specifying the
 // template that will be used to create other selectors.
 protected NumberedRowSelector(NumberedRowSelector template, Row parentRow)
     : base(template, parentRow)
 {
 }
 // Initializes a new instance of the NumberedRowSelector class specifying the
 // template that will be used to create other selectors.
 protected NumberedRowSelector(NumberedRowSelector template, Row parentRow)
     : base(template, parentRow)
 {
 }