Expand Method

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Return a list of words expanded from a word.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

C#
public string[] Expand(
	string word
)
Visual Basic
Public Function Expand ( _
	word As String _
) As String()
Visual C++
public:
array<String^>^ Expand(
	String^ word
)

Parameters

word
Type: System..::..String

See Also