How To Remove the tab page that i selected at the tab control

exmple

Tab 1, Tab 2 and Tab 3

if i want to remove the Tab 2, i using the coding like below

why it pop up to me array out of bound ?

the convertinteger is the tab page number that i want to remove

Me.TabControl1.Controls.RemoveAt(ConvertInteger)

please help me thanx