'Declaration Public Function FindCellByName( _
ByVal nameИмя ячейки (ссылка) в формате A1 (например, "B12").As System.String _
) As XlsxDocumentSheetCell
public XlsxDocumentSheetCell FindCellByName(
System.String name
)
public: XlsxDocumentSheetCell* FindCellByName(
System.String name
)
public:
XlsxDocumentSheetCell^ FindCellByName(
System.String name
)
Parameters
- name
- Имя ячейки (ссылка) в формате A1 (например, "B12").
Return Value
Ячейка таблицы с указанным именем.