standard typed insert method

Namespace:  Google.GData.Spreadsheets
Assembly:  Google.GData.Spreadsheets (in Google.GData.Spreadsheets.dll)
Version: 1.4.0.2

Syntax

C#
public void Insert(

	int index,

	ListEntry..::.Custom value

)
Visual Basic (Declaration)
Public Sub Insert ( _

	index As Integer, _

	value As ListEntry..::.Custom _

)
Visual C++
public:

void Insert(

	int index, 

	ListEntry..::.Custom^ value

)

See Also