Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / LineItem Class / IsGridLine Property


In This Topic
    IsGridLine Property (LineItem)
    In This Topic
    Gets or sets a value that indicates whether this instance is a grid line.
    Syntax
    'Declaration
     
    Public Property IsGridLine As Boolean
    'Usage
     
    Dim instance As LineItem
    Dim value As Boolean
     
    instance.IsGridLine = value
     
    value = instance.IsGridLine
    public bool IsGridLine {get; set;}

    Property Value

    true if this instance is a grid line; otherwise, false.
    See Also