Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Creates a new FunctionValue object setting the Value property to the value String passed in to the constructor and setting the Type property to FunctionValueType.STRING.

...

Signature
vb.net
vb.net
Public Sub New ExcelApplication FunctionValue(text As String)
Example
Code Block
csharp
csharp
titleC#
FunctionValue myValue = new FunctionValue("String value");
Code Block
vb.net
vb.net
titlevb.net
Dim myValue As New FunctionValue("String value")