Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
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