P
PRASHANT KUMAR
i am using get_Range function. How to select a full column eg. column C..
Worksheet sheet = (Worksheet)book.ActiveSheet;
sheet.get_Range( "", "G" ).HorizontalAlignment = "-4152"; this statement
throw an exception.. can anybody help me...
Worksheet sheet = (Worksheet)book.ActiveSheet;
sheet.get_Range( "", "G" ).HorizontalAlignment = "-4152"; this statement
throw an exception.. can anybody help me...