CommentsRange
Column Property
|
Gets the column of the commented cell. Returns int.MinValue if there are no commented cells or if the commented cells are in different columns.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Column { get; }
Public ReadOnly Property Column As Integer
Get
public:
virtual property int Column {
int get () sealed;
}
abstract Column : int with get
override Column : int with get
Return Value
Type:
Int32
The column of the commented cell, or int.MinValue if there are no commented cells or if the commented cells are in different columns.
Implements
IComment
Column
See Also