示例#1
0
 public void AddRowBefore(Row r, Row rBefore)
 {
     m_RowWnd.AddRowBefore(r, rBefore);
 }