Click or drag to resize

IColumn Interface

Public interface of a table column.

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

The IColumn type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gets or sets the data type assigned to the column.
Public propertyHeader
Gets or sets the header of the table column.
Public propertyHidden
Gets or sets a value to hide the column from export.
Top
See Also