'Declaration Public Overloads Function FindCell( _
ByVal columnIndexИндекс столбца.As System.Int32, _
ByVal rowIndexИндекс строки.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
- Индекс столбца.
- rowIndex
- Индекс строки.
Return Value
Ячейка.