AODL.Document.Forms.Controls.ODFGrid.ODFGrid C# (CSharp) Метод

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

Creates an ODFGrid
public ODFGrid ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System
ParentForm AODL.Document.Forms.ODFForm Parent form that the control belongs to
contentCollection ContentCollection Collection of content where the control will be referenced
id string Control ID. Please specify a unique ID!
Результат System
		public ODFGrid(ODFForm ParentForm, ContentCollection contentCollection, string id): base (ParentForm, contentCollection, id)
		{
			_columns = new ODFGridColumnCollection();
			RestoreColumnEvents();
		}

Same methods

ODFGrid::ODFGrid ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System
ODFGrid::ODFGrid ( ODFForm ParentForm, XmlNode node ) : System