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

RowStyle() public method

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

Same methods

RowStyle::RowStyle ( IDocument document ) : System