Click or drag to resize

BcfCellT Properties

[This is preliminary documentation and is subject to change.]

The BcfCellT generic type exposes the following members.

Properties
  NameDescription
Public propertyCellId
Gets the cell ID.
(Inherited from BcfCell.)
Public propertyColumn
Gets the BcfColumn the cell belongs to.
Public propertyColumnId
Gets the column identifier of the BcfColumn this BcfCell represents.
(Inherited from BcfCell.)
Public propertyColumnIndex
Gets the zero-based index of the BcfColumn this BcfCell represents.
(Inherited from BcfCell.)
Public propertyFaults
Gets the BcfFault objects tagging this cell.
(Inherited from BcfCell.)
Public propertyOwningRow
Gets the BcfRow the cell belongs to.
(Inherited from BcfCell.)
Public propertyTable
Gets the BcfTable the cell belongs to.
(Inherited from BcfCell.)
Public propertyValue
Gets or sets the cells value.
Top
See Also