Click or drag to resize

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
)

Parameters

cellIndex
Type: System Int64
Cell index.

Return Value

Type: Object
Object corresponding to the specified cell.
See Also