GrapeCity.Win.MultiRow Namespace : CellPosition Structure |
The following tables list the members exposed by CellPosition.
Name | Description | |
---|---|---|
CellPosition Constructor | Overloaded. |
Name | Description | |
---|---|---|
Empty | Represents a CellPosition object in which the row index and cell index are -1 and the cell name is a null reference (Nothing in Visual Basic). This field is read-only. |
Name | Description | |
---|---|---|
CellIndex | Gets the index of the current CellPosition. | |
CellName | Gets the name of the current CellPosition. | |
IsEmpty | Gets a value that indicates whether this instance is empty. | |
RowIndex | Gets the row index of the current CellPosition. | |
Scope | Gets the owner section's scope of the current CellPosition. | |
SectionIndex | Gets the section index of the current CellPosition. |
Name | Description | |
---|---|---|
Equals | Overloaded. Indicates whether this instance and a specified object are equal. | |
GetHashCode | Returns the hash code for this instance. | |
ToString | Returns the fully qualified type name of this instance. |
Equality | Tests whether two specified CellPosition structures are equivalent. |
Inequality | Tests whether two specified CellPosition structures are different. |