Click or drag to resize

IDataCell Interface

Represents a single position within the presentation space.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.3.379.0 (1.3.379.0)
Syntax
public interface IDataCell

The IDataCell type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
The attributes associated with this data cell.
Public propertyBackgroundColor
The background color of this data cell.
Public propertyCharacter
The character value in this data cell.
Public propertyForegroundColor
The foreground color of this data cell.
Public propertyIsFieldDelimiter
Indicates if this data cell represents a field delimiter.
Public propertyPosition
The position of this data cell.
Top
See Also