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

RowStyle() public method

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

Same methods

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