GetFormulaStringValue Method
Returns formula string value from the specified row and column.
Syntax
'Declaration Function GetFormulaStringValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As String
'Usage Dim instance As IWorksheet Dim row As Integer Dim column As Integer Dim value As String value = instance.GetFormulaStringValue(row, column)
Parameters
- row
- One-based row index.
- column
- One-based column index.
Return Value
String contained by the cell.
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also