Gets string value from specific cell.

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
string GetText(
	int row,
	int column
)
Function GetText ( 
	row As Integer,
	column As Integer
) As String
String^ GetText(
	int row, 
	int column
)
abstract GetText : 
        row : int * 
        column : int -> string 

Parameters

row
Int32
Row index.
column
Int32
Column index.

Return Value

String

See Also