[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.MapperInfo

MapperInfo Class

Represents information of the mapper.

Inheritance
MapperInfo
Namespace: FarPoint.Win.Spread.Data
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(MapperInfoConverter))]
public class MapperInfo
<TypeConverter(GetType(MapperInfoConverter))>
Public Class MapperInfo

Constructors

Name Description
MapperInfo()

Initializes a new instance of the MapperInfo class.

MapperInfo(int, int, int, int)

Initializes a new instance of the MapperInfo class.

Properties

Name Description
Column

Gets the column.

ColumnCount

Gets the number of columns.

Row

Gets the row.

RowCount

Gets the number of rows.

Methods

Name Description
Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.