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

WallStyle() public method

Initializes a new instance of the TableStyle class.
public WallStyle ( IDocument document, string styleName ) : System
document IDocument The spreadsheet document.
styleName string Name of the style.
return System
		public WallStyle(IDocument document, string styleName)
		{
			this.Document					= document;
			this.InitStandards();
			this.StyleName					= styleName;
		}

Same methods

WallStyle::WallStyle ( IDocument document ) : System