Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListColumn Class / IsAutoGenerated Property


In This Topic
    IsAutoGenerated Property
    In This Topic
    Gets a value that indicates whether the column is auto-generated or not.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsAutoGenerated As Boolean
    'Usage
     
    Dim instance As ListColumn
    Dim value As Boolean
     
    value = instance.IsAutoGenerated
    public bool IsAutoGenerated {get;}

    Property Value

    true if the column is auto-generated; otherwise, false.
    See Also