standard typed accessor method

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

Syntax

C#
public ListEntry..::.Custom this[

	int index

] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _

	index As Integer _

) As ListEntry..::.Custom
Visual C++
public:

property ListEntry..::.Custom^ default[int index] {

	ListEntry..::.Custom^ get (int index);

	void set (int index, ListEntry..::.Custom^ value);

}

Parameters

index
Type: System..::.Int32

See Also