[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ITableModelSupport.AdjustFormulaOnClipboardPaste

AdjustFormulaOnClipboardPaste Method

AdjustFormulaOnClipboardPaste(string, Dictionary<string, ITableRange>, Dictionary<string, ITableRange>, int, int, ReferenceStyle)

Adjusts formulas when pasting from the Clipboard.

Declaration
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
Parameters
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.

Returns
Type Description
string

A string object