XlsWorksheet
GetStringValue Method (Int32, Int32)
|
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
public string GetStringValue(
int row,
int column
)
Public Function GetStringValue (
row As Integer,
column As Integer
) As String
public:
String^ GetStringValue(
int row,
int column
)
member GetStringValue :
row : int *
column : int -> string
Parameters
-
row
-
Type:
System
Int32
Represents row index.
-
column
-
Type:
System
Int32
Represents column index.
Return Value
Type:
String
String contained by the cell.
See Also