AODL.Document.Styles.Properties.CellProperties.CellProperties C# (CSharp) Метод

CellProperties() публичный Метод

Initializes a new instance of the CellProperties class.
public CellProperties ( CellStyle cellstyle ) : System
cellstyle AODL.Document.Styles.CellStyle The cellstyle.
Результат System
		public CellProperties(CellStyle cellstyle)
		{
			this.CellStyle		= cellstyle;
			this.NewXmlNode();
			//TODO: Check localisations cm?? inch??
			//defaults 
			this.Padding		= "0.097cm";
		}