Returns the column number of the cell which contains this comment.
[Visual Basic] Property ReadOnly Column As Integer [C#] int Column { get; } [C++] __property int get_Column(); [JScript] function get Column() : int
The one-based index number of the column.
IComment Interface | NativeExcel Namespace