The maximum index for a row allowed in the response
Namespace:
Google.GData.Spreadsheets
Assembly:
Google.GData.Spreadsheets (in Google.GData.Spreadsheets.dll)
Version: 1.2.3.0
Syntax
| C# |
|---|
public uint MaximumRow { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MaximumRow As UInteger |
| Visual C++ |
|---|
public: property unsigned int MaximumRow { unsigned int get (); void set (unsigned int value); } |