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

RowHeader() public method

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

Same methods

RowHeader::RowHeader ( Table table ) : System