Skip to main content

CustomDrawCommentIndicatorEventArgs.Cell Property

Gets a cell that contains a comment indicator being pained.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public Cell Cell { get; }

Property Value

Type Description
Cell

A cell in a worksheet.

Remarks

For a merged cell, the Cell property returns the top left cell of the merged range.

See Also