CustomDrawCommentIndicatorEventArgs.Cell Property
In This Article
Gets a cell that contains a comment indicator being pained.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
#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