If true, then empty cells will be included in the feed.

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

Syntax

C#
public ReturnEmtpyCells ReturnEmpty { get; set; }
Visual Basic (Declaration)
Public Property ReturnEmpty As ReturnEmtpyCells
Visual C++
public:

property ReturnEmtpyCells ReturnEmpty {

	ReturnEmtpyCells get ();

	void set (ReturnEmtpyCells value);

}

See Also