ShouldSerializeFont Method (ListItem)
In This Topic
Shoulds the serialize font.
Syntax
'Declaration
Protected Function ShouldSerializeFont() As Boolean
'Usage
Dim instance As ListItem
Dim value As Boolean
value = instance.ShouldSerializeFont()
protected bool ShouldSerializeFont()
See Also