Gets or sets the column of the cell position.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public int Column { get; set; }
Public Property Column As Integer Get Set
public: property int Column { int get (); void set (int value); }
member Column : int with get, set