returns an update URI for a given row/column combination in general that URI is based on the feeds POST feed plus the cell address in RnCn notation: http://spreadsheets.google.com/feeds/cells/key/worksheetId/private/full/cell

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

Syntax

C#
public string CellUri(

	uint row,

	uint column

)
Visual Basic (Declaration)
Public Function CellUri ( _

	row As UInteger, _

	column As UInteger _

) As String
Visual C++
public:

String^ CellUri(

	unsigned int row, 

	unsigned int column

)

Parameters

row
Type: System..::.UInt32
column
Type: System..::.UInt32

Return Value

string

See Also