'Declaration Public Function New( _
ByVal columnIndexIndex of the column.As System.Int32, _
ByVal rowIndexIndex of the row.As System.Int32 _
)
public CellReference(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public: CellReference(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public:
CellReference(
System.Int32 columnIndex,
System.Int32 rowIndex
)
Parameters
- columnIndex
- Index of the column.
- rowIndex
- Index of the row.