'Declaration Public Overloads Function FindCell( _
ByVal columnIndexIndex of the column.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
- Index of the column.
Return Value
The cell if cell is found; otherwise, null.