AODL.Document.Content.Tables.Table.Reset C# (CSharp) 메소드

Reset() 공개 메소드

Resets the table node.
public Reset ( ) : void
리턴 void
		public void Reset()
		{
			string name			= this.TableName;
			string styleName	= this.StyleName;

			this.Node.RemoveAll();
			this.NewXmlNode(name, styleName);
		}