string ExcelGetCellFormulaString( object forumla, int row, int column )
'Declaration Function ExcelGetCellFormulaString( _ ByVal forumla As Object, _ ByVal row As Integer, _ ByVal column As Integer _ ) As String
'Declaration
Function ExcelGetCellFormulaString( _ ByVal forumla As Object, _ ByVal row As Integer, _ ByVal column As Integer _ ) As String
'Usage Dim instance As IExcelXml Dim forumla As Object Dim row As Integer Dim column As Integer Dim value As String value = instance.ExcelGetCellFormulaString(forumla, row, column)
'Usage
Dim instance As IExcelXml Dim forumla As Object Dim row As Integer Dim column As Integer Dim value As String value = instance.ExcelGetCellFormulaString(forumla, row, column)
IExcelXml Interface IExcelXml Members