FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Column Class / SafeIndex Property

In This Topic
    SafeIndex Property (Column)
    In This Topic
    Gets the index of this column in the Column collection.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property SafeIndex As Integer
    public virtual int SafeIndex {get;}
    Remarks
    This property is similar to the Index property, except it throws an exception if the Column is not a member of the collection.
    See Also