예제 #1
0
 public static void RemoveRowspan(this IAttTabular e)
 {
     MeiAtt_controller.RemoveAttribute(e, "rowspan");
 }
예제 #2
0
 public static XAttribute GetRowspan(this IAttTabular e)
 {
     return(MeiAtt_controller.GetAttribute(e, "rowspan"));
 }
예제 #3
0
 public static bool HasRowspan(this IAttTabular e)
 {
     return(MeiAtt_controller.HasAttribute(e, "rowspan"));
 }
예제 #4
0
 public static void SetRowspan(this IAttTabular e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "rowspan", _val);
 }