Click or drag to resize

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; }

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