Spread Windows Forms 12.0 Product Documentation
ListGridLines Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcComboBoxCellType Class : ListGridLines Property
Gets or sets a ListGridLinesInfo value that indicates the grid lines.
Syntax
'Declaration
 
Public Property ListGridLines As ListGridLinesInfo
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As ListGridLinesInfo
 
instance.ListGridLines = value
 
value = instance.ListGridLines
public ListGridLinesInfo ListGridLines {get; set;}

Property Value

A ListGridLinesInfo value.
Remarks
The value of this property determines the appearance of the grid lines. Included items are Line.Color and Line.Style of Line.
See Also

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members