Search
WorkbookView.ToGlobalY Method
See Also
 






Converts the specified measure, relative to the top side of the specified cell, to a measure, relative to the top side of the entire worksheet.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Measure ToGlobalY (
    Measure y,
    int column,
    int row
)

Visual Basic  Copy Code

Public Function ToGlobalY( _
    y As Measure, _
    column As Integer, _
    row As Integer _
) As Measure

 Parameters

y

The coordinate to convert.

column

The 0-based index of the column of the relative cell.

row

The 0-based index of the row of the relative cell.

 Return Value

A Measure object representing the specified measure, reative to the worksheet.

 See Also