'Declaration Public Function GetCell( _
ByVal columnIndexIndex of the column.As System.Int32 _
) As XlsxDocumentSheetCell
public XlsxDocumentSheetCell GetCell(
System.Int32 columnIndex
)
public: XlsxDocumentSheetCell* GetCell(
System.Int32 columnIndex
)
public:
XlsxDocumentSheetCell^ GetCell(
System.Int32 columnIndex
)
Parameters
- columnIndex
- Index of the column.
Return Value
Existing cell if cell is found; otherwise, new cell.