XlCellPosition Members
In This Article
#Constructors
Name | Description |
---|---|
Xl |
Initializes a new instance of the Xl |
Xl |
Initializes a new instance of the Xl |
#Properties
Name | Description |
---|---|
Column | Gets the index of a column in the position. |
Column |
Gets the reference type of the column in the position. |
Invalid |
A static method to get a special Xl |
Is |
Gets whether both the column and the row are absolute references. |
Is |
Gets whether the position refers to the entire column. |
Is |
Gets whether the position refers to the entire column or the entire row. |
Is |
Gets whether both the column and the row are relative references. |
Is |
Gets whether the position refers to the entire row. |
Is |
Gets whether the Xl |
Max |
Gets the maximum number of columns. |
Max |
Gets the maximum number of rows. |
Row | Gets the index of a row in the position. |
Row |
Gets the reference type of the row in the position. |
Top |
Returns the top left position in a worksheet which is the point of reference for cell coordinates. |
#Methods
Name | Description |
---|---|
As |
Returns a new Xl |
As |
Returns a new Xl |
Equals |
Determines whether the specified object is equal to this Xl |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Xl |
Get |
Gets a numerical value that is used to identify an object during equality testing. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Constructs a textual cell reference from the position. |
See Also