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


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

Return Value

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