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