ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid 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