Saves the specified object to the underlying stream.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void WriteObject ( |
Visual Basic
Copy Code
|
|---|
Public Sub WriteObject( _ |
The object to write.
RemarksThe objects is serialized if it is one of the .NET core types or if it is marked as Serializable.
See Also