Version

GetCellAddressString(WorksheetRow,Int32,CellReferenceMode,Boolean,Boolean,Boolean) Method

Gets the string representation of the address of the cell.
Syntax

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.
useRelativeColumn
The value indicating whether to use a relative column address.
useRelativeRow
The value indicating whether to use a relative row 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