Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SheetCornerHorizontalGridLine Property


SheetCornerHorizontalGridLine Property
Gets or sets the horizontal grid line for the sheet corner.
Syntax
'Declaration
 
Public Property SheetCornerHorizontalGridLine As GridLine
 
'Usage
 
Dim instance As SheetView
Dim value As GridLine
 
instance.SheetCornerHorizontalGridLine = value
 
value = instance.SheetCornerHorizontalGridLine
Exceptions
ExceptionDescription
No value is specified (specified value is null)
See Also