Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ShouldSerializeColumnFooterSheetCornerHorizontalGridLine Method


In This Topic
ShouldSerializeColumnFooterSheetCornerHorizontalGridLine Method
In This Topic
Gets whether the horizontal grid line for the footer corner should be serialized.
Syntax
'Declaration
 
Public Function ShouldSerializeColumnFooterSheetCornerHorizontalGridLine() As Boolean
 
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
value = instance.ShouldSerializeColumnFooterSheetCornerHorizontalGridLine()

Return Value

true if the horizontal grid line for the footer corner should be serialized; otherwise, false
See Also