ComponentOne FlexGrid for WinForms
SafeIndex Property (Column)

C1.Win.C1FlexGrid Namespace > Column Class : SafeIndex Property
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

Reference

Column Class
Column Members