Version

GetCellAddressString(WorksheetRow,Int32,CellReferenceMode,Boolean) Method

Gets the string representation of the address of the cell.
Syntax
public static string GetCellAddressString( 
   WorksheetRow worksheetRow,
   int columnIndex,
   CellReferenceMode cellReferenceMode,
   bool includeWorksheetName
)

Parameters

worksheetRow
The WorksheetRow of the cell.
columnIndex
The index of the column of the cell.
cellReferenceMode
The mode used to generate cell references.
includeWorksheetName
The value indicating whether to include the worksheet name in the cell address.

Return Value

The string representation of the address of the cell.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also