ShouldSerializeSheetCornerStyle Method
In This Topic
Gets whether the style for the sheet corner should be serialized.
Syntax
'Declaration
Protected Function ShouldSerializeSheetCornerStyle() As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
value = instance.ShouldSerializeSheetCornerStyle()
protected bool ShouldSerializeSheetCornerStyle()
See Also