'Declaration Public Overloads Function FindCell( _
ByVal columnIndexИндекс столбца.As System.Int32 _
) As XlsxDocumentSheetCell
public XlsxDocumentSheetCell FindCell(
System.Int32 columnIndex
)
public: XlsxDocumentSheetCell* FindCell(
System.Int32 columnIndex
)
public:
XlsxDocumentSheetCell^ FindCell(
System.Int32 columnIndex
)
Parameters
- columnIndex
- Индекс столбца.
Return Value
Ячейка, если ячейка найдена; в противном случае null.