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.
public bool SerializeModels {get; set;}
'Declaration
Public Property SerializeModels As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.SerializeModels = value
value = instance.SerializeModels