two-dimensional coordinates on spreadsheet
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class CellAdressInfo
Public Class CellAdressInfo
public ref class CellAdressInfo
type CellAdressInfo = class end
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| CellAdressInfo()()()() | Initializes a new instance of the CellAdressInfo class | |
| CellAdressInfo(Int32, Int32) | Initializes a new instance of the CellAdressInfo class | |
| Column |
Gets or sets the column of the cell position.
| |
| Equality(CellAdressInfo, CellAdressInfo) |
Compare the specified Object is equal to the another Object.
| |
| Equals(Object) |
Compare the specified Object is equal to the current Object.
(Overrides Object..::..Equals(Object).) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Gets hash code
(Overrides Object..::..GetHashCode()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Inequality(CellAdressInfo, CellAdressInfo) |
Compare the specified Object is equal to the another Object.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Row |
Gets or sets the row of the cell position.
| |
| ToString()()()() |
Convert position to string
(Overrides Object..::..ToString()()()().) |