AODL.Document.Styles.CellStyle.CellStyle C# (CSharp) Method

CellStyle() public method

Initializes a new instance of the CellStyle class.
public CellStyle ( IDocument document ) : System
document IDocument The spreadsheet document.
return System
		public CellStyle(IDocument document)
		{
			this.Document		= document;
			this.InitStandards();
		}

Same methods

CellStyle::CellStyle ( IDocument document, string styleName ) : System