InputRow.ConvertCellToRow Method

Converts Excel cell nomenclature to a literal column and row.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Shared Sub ConvertCellToRow ( _
    Cell As String, _
    <OutAttribute> ByRef Row As Integer, _
    <OutAttribute> ByRef Column As Integer _
)
'Usage
Dim Cell As String
Dim Row As Integer
Dim Column As Integer

InputRow.ConvertCellToRow(Cell, Row, _
    Column)
public static void ConvertCellToRow(
    string Cell,
    out int Row,
    out int Column
)

Parameters

  • Row
    Type: System.Int32
    Output row based on the Cell parameter.
  • Column
    Type: System.Int32
    Output column based on the Cell parameter.

See Also

Reference

InputRow Class

InputRow Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace