AODL.Document.Content.Tables.Table.Reset C# (CSharp) Méthode

Reset() public méthode

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

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