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