public bool ShouldSerializeBackgroundImage()
'Declaration
Public Function ShouldSerializeBackgroundImage() As Boolean
'使用法
Dim instance As SheetView
Dim value As Boolean
value = instance.ShouldSerializeBackgroundImage()
戻り値の型
backgroundImageをシリアル化する必要がある場合はtrue、それ以外の場合はfalse。