Gets string value from specific cell.
Namespace: Spire.Spreadsheet.FormsAssembly: 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