VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / Worksheet Class / GetRowIndex(Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    GetRowIndex(Double,Double) Method (Worksheet)
    In This Topic
    Returns the row index by location at Y axis.
    Syntax
    'Declaration
    
    Public Function GetRowIndex( _
    ByVal y
    Offset at Y axis.
    As Double, _
    ByRef columnY
    Location at Y axis of found row.
    As Double _
    ) As System.Int32
    public System.Int32 GetRowIndex(
    double y,
    out double columnY
    )
    public: System.Int32 GetRowIndex(
    double y,
    [PARAMFLAG::Out] double columnY
    )
    public:
    System.Int32 GetRowIndex(
    double y,
    [Out] double columnY
    )

    Parameters

    y
    Offset at Y axis.
    columnY
    Location at Y axis of found row.

    Return Value

    The row index.
    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