Click or drag to resize

IPosition Interface

Represents a position within the presentation space by row and column.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.0.7.0 (1.0.7.0)
Syntax
public interface IPosition

The IPosition type exposes the following members.

Properties
  NameDescription
Public propertyColumn
The column.
Public propertyRow
The row.
Top
Methods
  NameDescription
Public methodToString
A string representation of this position.
Top
See Also