Version

GetCellText(Int32) Method

Gets the display text in the cell at the specified index.
Syntax
public string GetCellText( 
   int columnIndex
)

Parameters

columnIndex
The 0-based index of the cell within the WorksheetRow.
Remarks

The display text is based on the value of the cell and the format string applied to 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