Search
CellIndex.translate Method (Int32, Int32)
See Also
 






Translates this cell reference by the specified amount, possibly producing an invalid reference.

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

 Syntax

Java  Copy Code

public CellIndex translate (
    int dcolumn,
    int drow
)

 Parameters

dcolumn

drow

 Return Value

 See Also