[]
Represents a two-dimensional collection of Cell objects.
public class Cells
Public Class Cells
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. |
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. |