The row the cell lies in
Namespace:
Google.GData.Spreadsheets
Assembly:
Google.GData.Spreadsheets (in Google.GData.Spreadsheets.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public uint Row { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Row As UInteger |
| Visual C++ |
|---|
public: property unsigned int Row { unsigned int get (); void set (unsigned int value); } |