'Declaration Public Function GetCell( _
ByVal columnIndexИндекс столбца.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
- Индекс столбца.
Return Value
Существующая ячейка, если ячейка найдена; в противном случае новая ячейка.