VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentSheet Class / FindCellByName(String) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
FindCellByName(String) Method (XlsxDocumentSheet)
In This Topic
Finds the table cell by name (reference) in A1 format.
Syntax
'Declaration

Public Function FindCellByName( _
ByVal name
The cell name (reference) in A1 format (for example, "B12").
As System.String _
) As XlsxDocumentSheetCell
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.
Exceptions
ExceptionDescription
Thrown if name format is not recognized.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also