CellIndex Members
In This Article
#Constructors
Name | Description |
---|---|
Cell |
Initializes a new instance of the Cell |
#Properties
Name | Description |
---|---|
Field |
Gets the field name of the column that contains the cell. |
Invalid |
Gets an invalid cell index. |
Is |
Indicates whether the cell index is valid. |
Row |
Gets the handle of the row that contains the cell. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal.
Inherited from System. |
Equals |
Determines whether the specified object is equal to the current Cell |
Get |
Gets the hash code that corresponds to the value of the current Cell |
Get |
Gets the Type of the current instance.
Inherited from System. |
Reference |
Determines whether the specified Object instances are the same instance.
Inherited from System. |
To |
Returns the fully qualified type name of this instance.
Inherited from Value |
#Operators
Name | Description |
---|---|
Equality |
Compares two Cell |
Inequality |
Returns whether two Cell |
See Also