AODL.Document.Content.Tables.Row.Row C# (CSharp) Method

Row() public method

Initializes a new instance of the Row class.
public Row ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
return System
		public Row(IDocument document, XmlNode node)
		{
			this.Document					= document;
			this.Node						= node;

			this.InitStandards();
		}

Same methods

Row::Row ( Table table ) : System
Row::Row ( Table table, string styleName ) : System