Converts the specified measure, relative to the top side of the worksheet, to a measure, relative to the top side of the specified cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
Visual Basic
Copy Code
|
|---|
Public Function ToLocalY( _ |
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 cell.
See Also