Spread Windows Forms 6.0 Product Documentation
UnparseFormula Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetDataModel Class : UnparseFormula Method


row
Row index of the cell
column
Column index of the cell
expression
Expression to be unparsed

Glossary Item Box

Gets the formula, as a string value, from the specified expression for the cell at the specified row and column.

Syntax

Visual Basic (Declaration) 
Public Function UnparseFormula( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal expression As Expression _
) As String
Visual Basic (Usage)Copy Code
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim column As Integer
Dim expression As Expression
Dim value As String
 
value = instance.UnparseFormula(row, column, expression)
C# 
public string UnparseFormula( 
   int row,
   int column,
   Expression expression
)

Parameters

row
Row index of the cell
column
Column index of the cell
expression
Expression to be unparsed

Return Value

String containing the formula

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.