Hi Akshay,
Your understanding is unfortunately not correct. You cannot start an auto number from a certain value like that. If you really must, you need access to the database and issue a database-specific command for the physical table (e.g. with DBCC CHECKIDENT on MSSQL).
However, this begs the question: why on earth do you want to control where the auto-number starts? The whole idea of such a number is that you don't care what it is, as long as it's unique.