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

TableProperties() public method

Constructor create a new TableProperties instance.
public TableProperties ( IStyle style ) : System
style IStyle
return System
		public TableProperties(IStyle style)
		{
			this.Style			= style;
			this.NewXmlNode();
		}