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
)
<ObsoleteAttribute("This is an obsolete method.")>
Public Function GetStringValue (
cellIndex As Long
) As String
public:
[ObsoleteAttribute(L"This is an obsolete method.")]
String^ GetStringValue(
long long cellIndex
)
[<ObsoleteAttribute("This is an obsolete method.")>]
member GetStringValue :
cellIndex : int64 -> string
Parameters
-
cellIndex
-
Type:
System
Int64
Cell index to get value from.
Return Value
Type:
String
String contained by the cell.
See Also