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

ColumnCollection_Inserted() приватный Метод

private ColumnCollection_Inserted ( int index, object value ) : void
index int
value object
Результат void
		private void ColumnCollection_Inserted(int index, object value)
		{
			ODFGridColumn col = value as ODFGridColumn;
			Node.AppendChild(col.Node);
		}