NativeExcel for .Net Developer's Reference

IComment.Column Property

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

Property Value

The one-based index number of the column.

See Also

IComment Interface | NativeExcel Namespace