Search
WorksheetView.ToGlobalX Method
See Also
 






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

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

 Syntax

C#  Copy Code

public Measure ToGlobalX (
    Measure x,
    int column,
    int row
)

Visual Basic  Copy Code

Public Function ToGlobalX( _
    x As Measure, _
    column As Integer, _
    row As Integer _
) As Measure

 Parameters

x

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