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

    Parameters

    x
    Location at X axis.
    columnX
    Location at X axis of found column.

    Return Value

    The column 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