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
public bool SerializeModels {get; set;}
See Also