'Declaration Public Function Serialize( _
ByVal commandsThe commands to serialize.() As SpreadsheetEditorCommand _
) As System.String
public System.String Serialize(
SpreadsheetEditorCommand[] commands
)
public: System.String Serialize(
SpreadsheetEditorCommand*[]* commands
)
public:
System.String Serialize(
array<SpreadsheetEditorCommand^>^ commands
)
Parameters
- commands
- The commands to serialize.
Return Value
A string that contains serialized commands.