standard typed remove method

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

Syntax

C#
public void Remove(

	ListEntry..::.Custom value

)
Visual Basic (Declaration)
Public Sub Remove ( _

	value As ListEntry..::.Custom _

)
Visual C++
public:

void Remove(

	ListEntry..::.Custom^ value

)

See Also