IStatusBarContributer.GetColumnAndRowNumber(Int64, Int64) Method

Definition

Retrieves the column and row value of the control.

public:
 void GetColumnAndRowNumber([Runtime::InteropServices::Out] long % rowNumber, [Runtime::InteropServices::Out] long % columnNumber);
public void GetColumnAndRowNumber (out long rowNumber, out long columnNumber);
abstract member GetColumnAndRowNumber : int64 * int64 -> unit
Public Sub GetColumnAndRowNumber (ByRef rowNumber As Long, ByRef columnNumber As Long)

Parameters

rowNumber
Int64

Represents the row value in a 64-bit signed integer.

columnNumber
Int64

Represents the column value in a 64-bit signed integer.

Applies to