'Declaration Public Function FindCellByName( _
ByVal nameThe cell name (reference) in A1 format (for example, "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
- The cell name (reference) in A1 format (for example, "B12").
Return Value
The table cell with specified name.