ShouldSerializeAutoItemHeight Method (ListItem)
In This Topic
Shoulds the height of the serialize auto item.
Syntax
'Declaration
Protected Function ShouldSerializeAutoItemHeight() As Boolean
'Usage
Dim instance As ListItem
Dim value As Boolean
value = instance.ShouldSerializeAutoItemHeight()
protected bool ShouldSerializeAutoItemHeight()
See Also