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






Translates the cell reference, represented by the specified string, by the specified amount and returns a string representing the translated value.

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

 Syntax

Java  Copy Code

public static String translate (
    String value,
    int dcolumn,
    int drow
)

 Parameters

value

dcolumn

drow

 Return Value

 See Also