public static void RemoveRow(this IAttLyricsorder e)
 {
     MeiAtt_controller.RemoveAttribute(e, "row", ns_row);
 }
 public static string GetRowValue(this IAttLyricsorder e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "row", ns_row));
 }
 public static bool HasRow(this IAttLyricsorder e)
 {
     return(MeiAtt_controller.HasAttribute(e, "row", ns_row));
 }
 public static void SetRow(this IAttLyricsorder e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "row", ns_row, _val);
 }