ShouldSerializeModels Method
In This Topic
Gets whether the document models for the sheet should be persisted.
Syntax
'Declaration
Public Function ShouldSerializeModels() As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
value = instance.ShouldSerializeModels()
public bool ShouldSerializeModels()
Return Value
True if the SheetView.Models property should be saved; otherwise, false
See Also