[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.MapperInfo

MapperInfo Class

Represents information for the mapper object.

Inheritance
MapperInfo
Namespace: FarPoint.Web.Spread.Data
Assembly: FarPoint.Web.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 or sets the column.

ColumnCount

Gets or sets the number of columns.

Row

Gets or sets the row.

RowCount

Gets or sets 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.