Search
WorksheetView.toLocalX Method
See Also
 






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

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

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

 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, relative to the cell.

 See Also