AODL.Document.Styles.RowStyle.RowStyle C# (CSharp) 메소드

RowStyle() 공개 메소드

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.
리턴 System
		public RowStyle(IDocument document, string styleName)
		{
			this.Document		= document;
			this.InitStandards();
			this.StyleName					= styleName;
		}

Same methods

RowStyle::RowStyle ( IDocument document ) : System