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