Class GridCellArea

GridCellArea class

Represents an area of cells.

public class GridCellArea

Constructors

NameDescription
GridCellArea()Creat a cell area.
GridCellArea(int, int, int, int)Creat a cell area.

Methods

NameDescription
override Equals(object)Test if the object equals to another WebCellArea object.
override GetHashCode()Get the hashcode.

Fields

NameDescription
EndColumnGets or sets the end column of this area.
EndRowGets or sets the end row of this area.
StartColumnGets or sets the start column of this area.
StartRowGets or sets the start row of this area.

See Also