public class

CellFeed

extends BaseFeed<F extends BaseFeed, E extends BaseEntry>
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ExtensionPoint
       ↳ com.google.gdata.data.Source
         ↳ com.google.gdata.data.BaseFeed<F extends com.google.gdata.data.BaseFeed, E extends com.google.gdata.data.BaseEntry>
           ↳ com.google.gdata.data.spreadsheet.CellFeed

Class Overview

The feed for spreadsheet cells of Google Spreadsheets.

Summary

[Expand]
Inherited Fields
From class com.google.gdata.data.BaseFeed
From class com.google.gdata.data.Source
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
Public Constructors
CellFeed()
Constructs a blank cells feed.
CellFeed(BaseFeed sourceFeed)
Constructs a cells feed from an existing feed.
Public Methods
void declareExtensions(ExtensionProfile extProfile)
Declares relevant extensions into the extension profile.
int getColCount()
Gets the total number of columns.
int getRowCount()
Gets the total number of rows in the spreadsheet.
[Expand]
Inherited Methods
From class com.google.gdata.data.BaseFeed
From class com.google.gdata.data.Source
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension
From interface com.google.gdata.data.IAtom
From interface com.google.gdata.data.IFeed
From interface com.google.gdata.data.Kind.Adaptable
From interface com.google.gdata.data.Kind.Adaptor

Public Constructors

public CellFeed ()

Constructs a blank cells feed.

public CellFeed (BaseFeed sourceFeed)

Constructs a cells feed from an existing feed.

Parameters
sourceFeed

Public Methods

public void declareExtensions (ExtensionProfile extProfile)

Declares relevant extensions into the extension profile.

Parameters
extProfile The ExtensionProfile to initialize.

public int getColCount ()

Gets the total number of columns. This refers to the hard bound on columns. It is possible that your spreadsheet has many empty columns, all of which are counted in this count. Column positions 1 to getColCount() are valid.

public int getRowCount ()

Gets the total number of rows in the spreadsheet. This refers to the hard bound on rows. It is possible that your spreadsheet has many, many empty rows, all of which are counted in this count. Column positions 1 to getRowCount() are valid.