'Declaration Public Function Deserialize( _
ByVal textThe string that contains serialized commands.As System.String _
) As SpreadsheetEditorCommand[]
public SpreadsheetEditorCommand[] Deserialize(
System.String text
)
public: SpreadsheetEditorCommand*[] Deserialize(
System.String text
)
public:
SpreadsheetEditorCommand^[] Deserialize(
System.String text
)
Parameters
- text
- The string that contains serialized commands.
Return Value
An array of commands.