The TableShapeItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TableShapeItem | Overloaded. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
CellFillColor |
Gets or sets the fill color for all cells.
| |
Cells |
Gets the table's cells. A cell is accessed by specifying its row and column indexes.
| |
CellSpacing |
Gets or sets the amount of space between cells.
| |
Columns |
Gets the table's columns.
| |
DataField |
Gets or sets the name of the field from the data source that contains the values to bind to this item.
(Inherited from Item.) | |
Dpi |
Gets or sets the item resolution, in dots per inch.
(Inherited from Item.) | |
FillColor |
Gets or sets the fill color.
(Inherited from ClosedShapeItem.) | |
Height |
Gets or sets the height of the shape item.
(Inherited from ShapeItem.) | |
Name |
Gets or sets the programmatic identifier or name assigned to the item.
(Inherited from Item.) | |
Roundness |
Gets or sets the roundness specified as the rounding-radius for the shape box.
(Inherited from ShapeItem.) | |
Rows |
Gets the table's rows.
| |
StrokeColor |
Gets or sets the border color.
(Inherited from ShapeItem.) | |
StrokeThickness |
Gets or sets the border thickness.
(Inherited from ShapeItem.) | |
UnitType |
Gets or sets the Unit of Measurement for the item.
(Inherited from Item.) | |
Width |
Gets or sets the width of the shape item.
(Inherited from ShapeItem.) | |
X |
Gets or sets the x-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.
(Inherited from Item.) | |
Y |
Gets or sets the y-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.
(Inherited from Item.) |