'Declaration Public Function GetCellByLocation( _
ByVal locationThe point in control space.As Vintasoft.Primitives.VintasoftPoint, _
ByVal canSelectHeadersA value indicating whether header of column/row can be returned.As Boolean, _
ByVal respectMergedCellsA value indicating whether merged cells must be taken into account.As Boolean _
) As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference
public Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference GetCellByLocation(
Vintasoft.Primitives.VintasoftPoint location,
bool canSelectHeaders,
bool respectMergedCells
)
Parameters
- location
- The point in control space.
- canSelectHeaders
- A value indicating whether header of column/row can be returned.
- respectMergedCells
- A value indicating whether merged cells must be taken into account.
Return Value
The cell that is located in specified point.