[]
Adjusts formulas when pasting from the Clipboard.
string AdjustFormulaOnClipboardPaste(string formula, Dictionary<string, ITableRange> addTables, Dictionary<string, ITableRange> removeTables, int row, int column, ReferenceStyle referenceStyle)
Function AdjustFormulaOnClipboardPaste(formula As String, addTables As Dictionary(Of String, ITableRange), removeTables As Dictionary(Of String, ITableRange), row As Integer, column As Integer, referenceStyle As ReferenceStyle) As String
Type | Name | Description |
---|---|---|
string | formula | The formula that is being adjusted |
Dictionary<string, ITableRange> | addTables | The added tables list. |
Dictionary<string, ITableRange> | removeTables | Dictionary of removed tables. |
int | row | Row index. |
int | column | Column index. |
ReferenceStyle | referenceStyle | Reference style of the formula. |
Type | Description |
---|---|
string | A string object |