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
SyntaxC#
Copy Code
|
|---|
Visual Basic
Copy Code
|
|---|
Public Function ToGlobalX( _ |
The coordinate to convert.
The 0-based index of the column of the relative cell.
The 0-based index of the row of the relative cell.
A Measure object representing the specified measure, reative to the worksheet.
See Also