IsValidCellAddress Method

Office Open XML

Checks that a cell address (e.g. A5) is valid.

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public static bool IsValidCellAddress(
	string cellAddress
)
Visual Basic (Declaration)
Public Shared Function IsValidCellAddress ( _
	cellAddress As String _
) As Boolean
Visual C++
public:
static bool IsValidCellAddress(
	String^ cellAddress
)

Parameters

cellAddress
Type: System..::.String
The alphanumeric cell address

Return Value

True if the cell address is valid

See Also