'Declaration Function AdjustFormulaOnClipboardPaste( _ ByVal formula As String, _ ByVal addTables As Dictionary(Of String,ITableRange), _ ByVal removeTables As Dictionary(Of String,ITableRange), _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal referenceStyle As ReferenceStyle _ ) As String
'Usage Dim instance As ITableModelSupport Dim formula As String Dim addTables As Dictionary(Of String,ITableRange) Dim removeTables As Dictionary(Of String,ITableRange) Dim row As Integer Dim column As Integer Dim referenceStyle As ReferenceStyle Dim value As String value = instance.AdjustFormulaOnClipboardPaste(formula, addTables, removeTables, row, column, referenceStyle)
string AdjustFormulaOnClipboardPaste( string formula, Dictionary<string,ITableRange> addTables, Dictionary<string,ITableRange> removeTables, int row, int column, ReferenceStyle referenceStyle )
Parameters
- formula
- The formula that is being adjusted
- addTables
- The added tables list.
- removeTables
- Dictionary of removed tables.
- row
- Row index.
- column
- Column index.
- referenceStyle
- Reference style of the formula.
Return Value
A System.String object