Page tree

Versions Compared

Key

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

...

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")