How to get a column object in a Excel.Worksheethttp://forums.asp.net/t/624430.aspx/1?How+to+get+a+column+object+in+a+Excel+WorksheetMon, 05 Jul 2004 04:48:49 -0400624430624430http://forums.asp.net/p/624430/624430.aspx/1?How+to+get+a+column+object+in+a+Excel+WorksheetHow to get a column object in a Excel.Worksheet I want to get a range of a column in a excel worksheet with C# by using the COM object. But the exception had occured when i debugging at the line: <pre class="prettyprint">Excel.Range oRange = (Excel.Range)oWorkbook.Worksheets[i].Columns[Missing.Value, j];</pre> How to get the COLUMN range corrctly? 2004-07-05T04:35:58-04:00