Search
BinaryContext.Version Property
See Also
 






Gets the format revision number for the file being currently serialized.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public int Version { get; }

Visual Basic  Copy Code

Public ReadOnly Property Version As Integer

 Property Value

An integer value.

 See Also