AODL.Document.Styles.Properties.RowProperties.RowProperties C# (CSharp) Method

RowProperties() public method

Initializes a new instance of the RowProperties class.
public RowProperties ( IStyle style ) : System
style IStyle The rowstyle.
return System
		public RowProperties(IStyle style)
		{
			this.Style				= style;
			this.NewXmlNode();
		}