







Get the full address including the worksheet name
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public static string GetFullAddress( string worksheetName, string address ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetFullAddress ( _ worksheetName As String, _ address As String _ ) As String |
| Visual C++ |
|---|
public: static String^ GetFullAddress( String^ worksheetName, String^ address ) |
Parameters
- worksheetName
- Type: System..::.String
The name of the worksheet
- address
- Type: System..::.String
The address
