Click or drag to resize

ICell Interface

Public interface of a table cell.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public interface ICell

The ICell type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gets or sets the data type of the table cell value.
Public propertyText
Gets or sets the text value of the table cell.
Top
See Also