XlsWorksheet
GetTextObject Method (Int32, Int32)
|
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
public Object GetTextObject(
int row,
int column
)
Public Function GetTextObject (
row As Integer,
column As Integer
) As Object
public:
Object^ GetTextObject(
int row,
int column
)
member GetTextObject :
row : int *
column : int -> Object
Parameters
-
row
-
Type:
System
Int32
Represents row index.
-
column
-
Type:
System
Int32
Represents column index.
Return Value
Type:
Object
Object corresponding to the specified cell.
See Also