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

Cell() public method

public Cell ( IDocument document ) : System
document IDocument
return System
		public Cell(IDocument document)
		{
			//this.Table				= table;
			this.Document			= document;
			this.NewXmlNode();
			this.InitStandards();
		}

Same methods

Cell::Cell ( IDocument document, XmlNode node ) : System
Cell::Cell ( IDocument document, string styleName ) : System
Cell::Cell ( IDocument document, string styleName, string officeValueTyp ) : System