The UserCellGroup type exposes the following members.

Constructors

  Name Description
Public method UserCellGroup(Point)
Initializes a new instance of the UserCellGroup class, includes a single cell identified by its coordinates, in the group.
Public method UserCellGroup(array<Point>[]()[][])
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a list of cell coordinates, in the group.
Public method UserCellGroup(Rectangle)
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a rectangular area, in the group.
Public method UserCellGroup(array<Rectangle>[]()[][])
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a list of rectangular areas, in the group.
Public method UserCellGroup(array<Object>[]()[][])
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a list of rectangular areas or individual cell coordnates, in the group.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another UserCellGroup to the current object.
Public method ContainsCell
Tests whether the current cell group contains a cell with the specified row and column indices.
Protected method ShouldSerializeCellStyle
Indicates whether the CellStyle property should be serialized.
Protected method ShouldSerializeStyle
Indicates whether the Style()()()() property should be serialized.

Properties

  Name Description
Public property CellStyle
Gets the Style of objects contained in the cells of the current cell group. See CellStyle for details.
Public property Owner
Gets the UserCellGroupCollection containing the current cell group.
Public property Ranges
Gets an array of Rectangle structures identifying all cells included in the current group. For details, UserCellGroup(Rectangle) (lone cells are represented by rectangles with both dimensions set to 1).
Public property Table
Gets the RenderTable containing the current cell group.

Explicit Interface Implementations

See Also