MindFusion.Wpf Pack Programmer's Guide
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: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public static string Translate (
    string value,
    int dcolumn,
    int drow
)

Visual Basic  Copy Code

Public Shared Function Translate( _
    value As String, _
    dcolumn As Integer, _
    drow As Integer _
) As String

 Parameters

value

dcolumn

drow

 Return Value

 See Also

Translate Method Overload List
CellIndex Members
CellIndex Class
MindFusion.Spreadsheet.Wpf Namespace