[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Cells

Cells Class

Represents a two-dimensional collection of Cell objects.

Inheritance
Cells
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class Cells
Public Class Cells

Properties

Name Description
this[int, int]

Gets a new cell for the specified row and column.

this[int, int, int, int]

Gets a new cell for the range of cells of the specified rows and columns.

this[string]

Gets a new cell with a specified tag, or returns null if there is no cell with the specified tag.

Parent

Gets the parent object that contains this collection of cells.

Methods

Name Description
Get(int, int)

Gets a new Cell object for the specified row and column.

Get(int, int, int, int)

Gets a new Cell object for the range of cells of the specified rows and columns.