Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableModelSupport Interface / AdjustFormulaOnClipboardPaste Method
The formula that is being adjusted
The added tables list.
Dictionary of removed tables.
Row index.
Column index.
Reference style of the formula.


In This Topic
    AdjustFormulaOnClipboardPaste Method
    In This Topic
    Adjusts formulas when pasting from the Clipboard.
    Syntax
    '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)

    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
    See Also