'Declaration Public Shared Function CreateCell( _
ByVal columnIndexIndex of the column.As System.Int32, _
ByVal rowIndexIndex of the row.As System.Int32 _
) As CellReference
public static CellReference CreateCell(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public: static CellReference* CreateCell(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public:
static CellReference^ CreateCell(
System.Int32 columnIndex,
System.Int32 rowIndex
)
Parameters
- columnIndex
- Index of the column.
- rowIndex
- Index of the row.
Return Value
A new instance of CellReference class.