your northing and easting is "Y" and "X". autoCAD entry is X,Y (notice no spaces between coordinates and commas. if you hit the space bar, it's like 'enter' in CAD)
use the LINE command to draw a line from point 0,0 to 232947.60,257414.80 (YOUR POINT)
use the zoom extents command
assuming your drawing is not rotated and North is the top of the screen, YOUR POINT should be the upper right end of the line you just drew.
see data entry below...
Command: LINE
Specify first point: 0,0
Specify next point or [Undo]: 232947.60,257414.80
Specify next point or [Undo]:
Command: '_.zoom _e
Command: '_id Specify point: X = 232947.60 Y = 257414.80 Z = 0.00
good luck~!