Spread for ASP.NET 11 Product Documentation
Item Property (Cells)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cells Class : Item Property
Gets a new cell for the specified row and column.
Gets a new Cell object for the cell or range of cells specified.
Overload List
OverloadDescription
Gets (creates and returns) a Cell object for the specified row and column.  
Gets (creates and returns) a Cell object for the range of cells specified.  
Exceptions
ExceptionDescription
Specified row index is not valid; must be between zero and the total number of rows
Specified column index is not valid; must be between zero and the total number of columns
Specified column header row index is not valid; must be between zero and the total number of column header rows
Specified row header column index is not valid; must be between zero and the total number of row header columns
Specified sheet corner row index is not valid; must be between zero and the total number of sheet corner rows
Specified sheet corner column index is not valid; must be between zero and the total number of sheet corner columns
See Also

Reference

Cells Class
Cells Members