Spread Windows Forms 10.0 Product Documentation
AdjustFormulaOnClipboardPaste Method


The adjusting formula
Adding tables list.
Row index.
Column index.
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 adjusting formula
addTables
Adding tables list.
removeTables
row
Row index.
column
Column index.
referenceStyle

Return Value

A System.String object
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ITableModelSupport Interface
ITableModelSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.