VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / GetCellByLocation(VintasoftPoint,Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    GetCellByLocation(VintasoftPoint,Boolean,Boolean) Method (SpreadsheetVisualEditor)
    In This Topic
    Returns the cell that is located in specified point.
    Syntax

    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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also