Back to Devexpress

CustomDrawCommentIndicatorEventArgs.Cell Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-customdrawcommentindicatoreventargs.md

latest1.3 KB
Original Source

CustomDrawCommentIndicatorEventArgs.Cell Property

Gets a cell that contains a comment indicator being pained.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public Cell Cell { get; }
vb
Public ReadOnly Property Cell As Cell

Property Value

TypeDescription
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

CustomDrawCommentIndicatorEventArgs Class

CustomDrawCommentIndicatorEventArgs Members

DevExpress.XtraSpreadsheet Namespace