Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ListGridLines Property


In This Topic
    ListGridLines Property (GcComboBoxCellType)
    In This Topic
    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