'Declaration Public Function New( _ ByVal cellIdentity As CalcExternalCellIdentity, _ ByVal rowOffset As Integer, _ ByVal columnOffset As Integer _ )
'Usage Dim cellIdentity As CalcExternalCellIdentity Dim rowOffset As Integer Dim columnOffset As Integer Dim instance As New CalcExternalCellIdentity(cellIdentity, rowOffset, columnOffset)
public CalcExternalCellIdentity( CalcExternalCellIdentity cellIdentity, int rowOffset, int columnOffset )
Parameters
- cellIdentity
- The source CalcExternalCellIdentity from which to create the new CalcExternalCellIdentity.
- rowOffset
- The amount to offset the row index.
- columnOffset
- The amount to offset the column index.