Click or drag to resize

XlsWorksheet GetStringValue Method (Int64)

Note: This API is now obsolete.

Returns string value corresponding to the cell.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("This is an obsolete method.")]
public string GetStringValue(
	long cellIndex
)

Parameters

cellIndex
Type: System Int64
Cell index to get value from.

Return Value

Type: String
String contained by the cell.
See Also