Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / GridLine Property


In This Topic
GridLine Property (GcTextBox)
In This Topic
Gets or sets a Line that indicates the grid line style for each line.
Syntax
'Declaration
 
Public Property GridLine As Line
 
'Usage
 
Dim instance As GcTextBox
Dim value As Line
 
instance.GridLine = value
 
value = instance.GridLine

Property Value

A Line that indicates the grid line style for each line.
Remarks
This property is used when grid lines are needed between each text line.
See Also