'Declaration Public Overloads Function FindCell( _
ByVal columnIndexIndex of the column.As System.Int32, _
ByVal rowIndexIndex of the row.As System.Int32 _
) As SheetCell
public SheetCell FindCell(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public: SheetCell* FindCell(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public:
SheetCell^ FindCell(
System.Int32 columnIndex,
System.Int32 rowIndex
)
Parameters
- columnIndex
- Index of the column.
- rowIndex
- Index of the row.
Return Value
The cell.