Version

Cell Property (SpreadsheetCellHitTestResult)

Returns the cell associated with the point.
Syntax
'Declaration
 
Public ReadOnly Property Cell As SpreadsheetCell
public SpreadsheetCell Cell {get;}
Remarks

Note: This cell is the actual row and column indexes that are associated with the point. The actual cell at those offsets may be a merged cell and this cell may not represent the upper left of the merged cell. To see if there is a merged cell then one could use the Infragistics.Documents.Excel.WorksheetRow.GetCellAssociatedMergedCellsRegion(System.Int32) method of the associated row of the ActiveWorksheet.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also