Spread Windows Forms 8.0 Product Documentation
AdjustFormulaOnClipboardPaste Method


The adjusting formula
Adjust formula when clipBoard paste
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
removeTables
row
column
referenceStyle
Requirements

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

See Also

Reference

ITableModelSupport Interface
ITableModelSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.