XlsWorksheet
GetTextObject Method (Int64)
|
Note: This API is now obsolete.
Returns TextWithFormat object corresponding to the specified 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 Object GetTextObject(
long cellIndex
)
<ObsoleteAttribute("This is an obsolete method.")>
Public Function GetTextObject (
cellIndex As Long
) As Object
public:
[ObsoleteAttribute(L"This is an obsolete method.")]
Object^ GetTextObject(
long long cellIndex
)
[<ObsoleteAttribute("This is an obsolete method.")>]
member GetTextObject :
cellIndex : int64 -> Object
Parameters
-
cellIndex
-
Type:
System
Int64
Cell index.
Return Value
Type:
Object
Object corresponding to the specified cell.
See Also