Class GridCellArea
GridCellArea class
Represents an area of cells.
public class GridCellArea
Constructors
| Name | Description |
|---|---|
| GridCellArea() | Creat a cell area. |
| GridCellArea(int, int, int, int) | Creat a cell area. |
Methods
| Name | Description |
|---|---|
| override Equals(object) | Test if the object equals to another WebCellArea object. |
| override GetHashCode() | Get the hashcode. |
Fields
| Name | Description |
|---|---|
| EndColumn | Gets or sets the end column of this area. |
| EndRow | Gets or sets the end row of this area. |
| StartColumn | Gets or sets the start column of this area. |
| StartRow | Gets or sets the start row of this area. |
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb