'Declaration
Public Function CreateExpressionView( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer, _ ByVal formulaText As String, _ Optional ByVal visual As Boolean _ ) As ExpressionView
Parameters
- row
- An integer value indicates the top row index of cell range.
- column
- An integer value indicates the left column index of cell range.
- row2
- An integer value indicates the bottom row index of cell range.
- column2
- An integer value indicates the right column index of cell range.
- formulaText
- An string value indicates the formula text.
- visual
- A boolean value indicates that the expression view cause Spread repaint.
Return Value
An ExpressionView object represents the expression view.