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