예제 #1
0
		public ExcelRange(Excel.Range basedOnRange)
		{
			m_aRangeBasedOn = basedOnRange;
			m_typeRange = basedOnRange.GetType();   // so the properties in the base class work
		}