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






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

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public CellIndex Translate (
    int dcolumn,
    int drow
)

Visual Basic  Copy Code

Public Function Translate( _
    dcolumn As Integer, _
    drow As Integer _
) As CellIndex

 Parameters

dcolumn

drow

 Return Value

 See Also