ShouldSerializePrintInfo Method
In This Topic
Determines whether the print information should be serialized.
Syntax
'Declaration
Protected Function ShouldSerializePrintInfo() As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
value = instance.ShouldSerializePrintInfo()
protected bool ShouldSerializePrintInfo()
See Also