Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SerializeModels Property


In This Topic
SerializeModels Property
In This Topic
Gets or sets whether the DocumentModels for this sheet should be serialized to the form resources, rather than generating code that initializes the Cells, Columns, Rows, and AlternatingRows.
Syntax
'Declaration
 
Public Property SerializeModels As Boolean
 
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.SerializeModels = value
 
value = instance.SerializeModels
See Also