//public string Text
		//{
		//	get
		//	{
		//		return AppVar[ "Value" ]().ToString();
		//	}
		//}
		public TextBoxCellDriver( CellDriver src )
			: base( src )
		{
		}
		//public string Text
		//{
		//	get
		//	{
		//		return AppVar[ "Value" ]().ToString();
		//	}
		//}
		public ComboBoxCellDriver( CellDriver src )
			: base( src )
		{
		}
		public CellDriver( CellDriver src )
			: this( src.MultiRow , src.AppVar)
		{
		}