constructor

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

Syntax

C#
public CustomElementCollection(

	AtomBase atomElement

)
Visual Basic (Declaration)
Public Sub New ( _

	atomElement As AtomBase _

)
Visual C++
public:

CustomElementCollection(

	AtomBase^ atomElement

)

Parameters

atomElement
Type: Google.GData.Client..::.AtomBase

See Also