'Declaration Public Sub SetExpression( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As Expression _ )
'Usage Dim instance As SheetView Dim row As Integer Dim column As Integer Dim value As Expression instance.SetExpression(row, column, value)
Parameters
- row
- Row index of the specified cell
- column
- Column index of the specified cell
- value
- Formula to place in the specified cell